diff --git a/android/app/build.gradle b/android/app/build.gradle index c086b3a560..f2bc6d80b1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -299,6 +299,8 @@ dependencies { implementation("com.squareup.okhttp3:okhttp-tls:4.11.0") implementation("com.google.prefab:cli:2.0.0") implementation("com.android.tools.build:aapt2:8.1.1-10154469") + implementation "com.github.bumptech.glide:okhttp3-integration:4.12.0" + annotationProcessor "com.github.bumptech.glide:compiler:4.12.0" } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index d5c398dd0c..12d227995d 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -46,6 +46,9 @@ +