mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 14:52:59 +00:00 
			
		
		
		
	Fix AndroidX library order
This commit is contained in:
		| @@ -221,10 +221,9 @@ dependencies { | |||||||
|     // https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-alpha01 |     // https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-alpha01 | ||||||
|     implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01' |     implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01' | ||||||
|     implementation 'androidx.webkit:webkit:1.4.0' |     implementation 'androidx.webkit:webkit:1.4.0' | ||||||
|     implementation 'com.google.android.material:material:1.5.0' |  | ||||||
|     implementation "androidx.work:work-runtime:${androidxWorkVersion}" |  | ||||||
|     implementation "androidx.work:work-runtime-ktx:${androidxWorkVersion}" |     implementation "androidx.work:work-runtime-ktx:${androidxWorkVersion}" | ||||||
|     implementation "androidx.work:work-rxjava3:${androidxWorkVersion}" |     implementation "androidx.work:work-rxjava3:${androidxWorkVersion}" | ||||||
|  |     implementation 'com.google.android.material:material:1.5.0' | ||||||
|  |  | ||||||
| /** Third-party libraries **/ | /** Third-party libraries **/ | ||||||
|     // Instance state boilerplate elimination |     // Instance state boilerplate elimination | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 TacoTheDank
					TacoTheDank