diff --git a/README.md b/README.md index 163dd5c..d95477a 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,7 @@ So, make sure you have Hilt & kapt imported in your projects via below check-lis > [!IMPORTANT] > After you publish a new release, remember to also bump the version in all Android app repos that depend on the `utils` library: -> * https://github.com/elimu-ai/launcher/blob/main/gradle/libs.versions.toml -> * https://github.com/elimu-ai/kukariri/blob/main/gradle/libs.versions.toml -> * https://github.com/elimu-ai/vitabu/blob/main/gradle/libs.versions.toml -> * https://github.com/elimu-ai/filamu/blob/main/gradle/libs.versions.toml +> * https://github.com/elimu-ai/appstore/blob/main/gradle/libs.versions.toml --- diff --git a/app/build.gradle b/app/build.gradle index 89c5263..b52ab70 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,14 +20,10 @@ android { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' - manifestPlaceholders = [contentProviderApplicationId: "ai.elimu.content_provider"] - buildConfigField("String", "CONTENT_PROVIDER_APPLICATION_ID", '"ai.elimu.content_provider"') signingConfig signingConfigs.debug } debug { - manifestPlaceholders = [contentProviderApplicationId: "ai.elimu.content_provider.debug"] - buildConfigField("String", "CONTENT_PROVIDER_APPLICATION_ID", '"ai.elimu.content_provider.debug"') } } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1b8bb98..bfcea1e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,8 +2,6 @@ - -