🐛 Fix android build
This commit is contained in:
		| @@ -24,6 +24,8 @@ android { | |||||||
|     ndkVersion = "29.0.13113456" |     ndkVersion = "29.0.13113456" | ||||||
|  |  | ||||||
|     compileOptions { |     compileOptions { | ||||||
|  |         isCoreLibraryDesugaringEnabled = true | ||||||
|  |  | ||||||
|         sourceCompatibility = JavaVersion.VERSION_17 |         sourceCompatibility = JavaVersion.VERSION_17 | ||||||
|         targetCompatibility = JavaVersion.VERSION_17 |         targetCompatibility = JavaVersion.VERSION_17 | ||||||
|     } |     } | ||||||
| @@ -63,6 +65,8 @@ android { | |||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|  |     coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4") | ||||||
|  |      | ||||||
|     implementation("com.google.android.material:material:1.12.0") |     implementation("com.google.android.material:material:1.12.0") | ||||||
|     implementation("com.github.bumptech.glide:glide:4.16.0") |     implementation("com.github.bumptech.glide:glide:4.16.0") | ||||||
|     implementation("com.squareup.okhttp3:okhttp:5.1.0") |     implementation("com.squareup.okhttp3:okhttp:5.1.0") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user