mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Pull up support lib version so all always match
This commit is contained in:
		| @@ -47,6 +47,9 @@ android { | |||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | ext { | ||||||
|  |     supportLibVersion = '27.0.2' | ||||||
|  | } | ||||||
| dependencies { | dependencies { | ||||||
|     androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2') { |     androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2') { | ||||||
|         exclude module: 'support-annotations' |         exclude module: 'support-annotations' | ||||||
| @@ -57,11 +60,11 @@ dependencies { | |||||||
|     testImplementation 'junit:junit:4.12' |     testImplementation 'junit:junit:4.12' | ||||||
|     testImplementation 'org.mockito:mockito-core:1.10.19' |     testImplementation 'org.mockito:mockito-core:1.10.19' | ||||||
|  |  | ||||||
|     implementation 'com.android.support:appcompat-v7:27.0.1' |     implementation "com.android.support:appcompat-v7:$supportLibVersion" | ||||||
|     implementation 'com.android.support:support-v4:27.0.1' |     implementation "com.android.support:support-v4:$supportLibVersion" | ||||||
|     implementation 'com.android.support:design:27.0.1' |     implementation "com.android.support:design:$supportLibVersion" | ||||||
|     implementation 'com.android.support:recyclerview-v7:27.0.1' |     implementation "com.android.support:recyclerview-v7:$supportLibVersion" | ||||||
|     implementation 'com.android.support:preference-v14:27.0.1' |     implementation "com.android.support:preference-v14:$supportLibVersion" | ||||||
|  |  | ||||||
|     implementation 'com.google.code.gson:gson:2.8.2' |     implementation 'com.google.code.gson:gson:2.8.2' | ||||||
|     implementation 'ch.acra:acra:4.9.2' |     implementation 'ch.acra:acra:4.9.2' | ||||||
| @@ -76,7 +79,7 @@ dependencies { | |||||||
|     debugImplementation 'com.facebook.stetho:stetho-urlconnection:1.5.0' |     debugImplementation 'com.facebook.stetho:stetho-urlconnection:1.5.0' | ||||||
|     debugImplementation 'com.android.support:multidex:1.0.2' |     debugImplementation 'com.android.support:multidex:1.0.2' | ||||||
|  |  | ||||||
|     implementation 'io.reactivex.rxjava2:rxjava:2.1.6' |     implementation 'io.reactivex.rxjava2:rxjava:2.1.7' | ||||||
|     implementation 'io.reactivex.rxjava2:rxandroid:2.0.1' |     implementation 'io.reactivex.rxjava2:rxandroid:2.0.1' | ||||||
|     implementation 'com.jakewharton.rxbinding2:rxbinding:2.0.0' |     implementation 'com.jakewharton.rxbinding2:rxbinding:2.0.0' | ||||||
|  |  | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ buildscript { | |||||||
|         google() |         google() | ||||||
|     } |     } | ||||||
|     dependencies { |     dependencies { | ||||||
|         classpath 'com.android.tools.build:gradle:3.0.0' |         classpath 'com.android.tools.build:gradle:3.0.1' | ||||||
|  |  | ||||||
|         // NOTE: Do not place your application dependencies here; they belong |         // NOTE: Do not place your application dependencies here; they belong | ||||||
|         // in the individual module build.gradle files |         // in the individual module build.gradle files | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John
					John