~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
824313d4
—
Peter John 1 year ago
fix packages
- app/build.gradle.kts +0 -5
- gradle/libs.versions.toml +0 -6
app/build.gradle.kts
CHANGED
|
@@ -24,7 +24,6 @@ android {
|
|
|
24
24
|
vectorDrawables {
|
|
25
25
|
useSupportLibrary = true
|
|
26
26
|
}
|
|
27
|
-
resourceConfigurations.plus(listOf("ta","en", "hi","ml","fr"))
|
|
28
27
|
}
|
|
29
28
|
|
|
30
29
|
buildTypes {
|
|
@@ -81,14 +80,10 @@ dependencies {
|
|
|
81
80
|
implementation(libs.androidx.ui.text.google.fonts)
|
|
82
81
|
implementation(libs.speech.client.sdk)
|
|
83
82
|
implementation(libs.kotlinx.coroutines.core)
|
|
84
|
-
implementation(libs.androidx.datastore.preferences)
|
|
85
83
|
implementation(libs.androidx.core.splashscreen)
|
|
86
84
|
implementation(libs.androidx.lifecycle.viewmodel.compose)
|
|
87
85
|
implementation(libs.androidx.appcompat)
|
|
88
86
|
implementation(libs.androidx.appcompat.resources)
|
|
89
|
-
implementation(libs.androidx.appsearch)
|
|
90
|
-
implementation(libs.androidx.appsearch.local.storage)
|
|
91
|
-
implementation(libs.androidx.appsearch.platform.storage)
|
|
92
87
|
|
|
93
88
|
testImplementation(libs.junit)
|
|
94
89
|
androidTestImplementation(libs.androidx.junit)
|
gradle/libs.versions.toml
CHANGED
|
@@ -2,10 +2,8 @@
|
|
|
2
2
|
accompanistSystemuicontroller = "0.27.0"
|
|
3
3
|
agp = "8.4.2"
|
|
4
4
|
appcompat = "1.7.0"
|
|
5
|
-
appsearch = "1.1.0-alpha03"
|
|
6
5
|
speechClientSdk = "1.34.0"
|
|
7
6
|
coreSplashscreen = "1.0.1"
|
|
8
|
-
datastorePreferences = "1.1.1"
|
|
9
7
|
foundation = "1.6.8"
|
|
10
8
|
kotlin = "2.0.0"
|
|
11
9
|
kotlinxCoroutinesCore = "1.9.0-RC"
|
|
@@ -28,12 +26,8 @@ uiUtilAndroid = "1.6.8"
|
|
|
28
26
|
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanistSystemuicontroller" }
|
|
29
27
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
|
30
28
|
androidx-appcompat-resources = { module = "androidx.appcompat:appcompat-resources", version.ref = "appcompat" }
|
|
31
|
-
androidx-appsearch = { module = "androidx.appsearch:appsearch", version.ref = "appsearch" }
|
|
32
|
-
androidx-appsearch-local-storage = { module = "androidx.appsearch:appsearch-local-storage", version.ref = "appsearch" }
|
|
33
|
-
androidx-appsearch-platform-storage = { module = "androidx.appsearch:appsearch-platform-storage", version.ref = "appsearch" }
|
|
34
29
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
35
30
|
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
|
|
36
|
-
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
|
|
37
31
|
androidx-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "foundation" }
|
|
38
32
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycleViewmodelCompose" }
|
|
39
33
|
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "materialIconsExtended" }
|