diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d23bcd6..d2a3aa7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,3 +1,4 @@ + import com.android.build.gradle.internal.cxx.configure.gradleLocalProperties plugins { @@ -73,4 +74,4 @@ dependencies { implementation("com.github.bumptech.glide:glide:4.11.0") annotationProcessor("com.github.bumptech.glide:compiler:4.11.0") -} \ No newline at end of file +} diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b74388a..60bfdfd 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,7 +2,10 @@ + + + android:exported="true" > + + + + + + + @@ -25,6 +34,22 @@ + + + + + + + + + + + + + - \ No newline at end of file +