~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.
869ef93e
—
pyrossh 1 year ago
remove unused code
composeApp/src/commonMain/kotlin/dev/pyrossh/only_bible_app/screens/ChapterScreen.kt
CHANGED
|
@@ -83,8 +83,6 @@ fun ChapterScreen(
|
|
|
83
83
|
chapterIndex: Int,
|
|
84
84
|
verseIndex: Int,
|
|
85
85
|
) {
|
|
86
|
-
// val view = LocalView.current
|
|
87
|
-
// val context = LocalContext.current
|
|
88
86
|
val scope = rememberCoroutineScope()
|
|
89
87
|
val navController = LocalNavController.current
|
|
90
88
|
var isSettingsShown by remember { mutableStateOf(false) }
|
gradle/libs.versions.toml
CHANGED
|
@@ -1,16 +1,9 @@
|
|
|
1
1
|
[versions]
|
|
2
2
|
agp = "8.2.2"
|
|
3
3
|
androidx-activityCompose = "1.9.3"
|
|
4
|
-
androidx-appcompat = "1.7.0"
|
|
5
|
-
androidx-constraintlayout = "2.1.4"
|
|
6
|
-
androidx-core-ktx = "1.13.1"
|
|
7
|
-
androidx-espresso-core = "3.6.1"
|
|
8
4
|
androidx-lifecycle = "2.8.0"
|
|
9
|
-
androidx-material = "1.12.0"
|
|
10
|
-
androidx-test-junit = "1.2.1"
|
|
11
5
|
buildkonfigGradlePlugin = "0.15.2"
|
|
12
6
|
compose-plugin = "1.6.11"
|
|
13
|
-
junit = "4.13.2"
|
|
14
7
|
kotlin = "2.0.0"
|
|
15
8
|
speechClientSdk = "1.38.0"
|
|
16
9
|
navigationCompose = "2.8.0-alpha08"
|
|
@@ -26,14 +19,6 @@ buildkonfig-gradle-plugin = { module = "com.codingfeline.buildkonfig:buildkonfig
|
|
|
26
19
|
multiplatform-settings = { module = "com.russhwolf:multiplatform-settings", version.ref = "multiplatformSettings" }
|
|
27
20
|
speech-client-sdk = { module = "com.microsoft.cognitiveservices.speech:client-sdk", version.ref = "speechClientSdk" }
|
|
28
21
|
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
|
29
|
-
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
|
30
|
-
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
31
|
-
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-core-ktx" }
|
|
32
|
-
androidx-test-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-junit" }
|
|
33
|
-
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "androidx-espresso-core" }
|
|
34
|
-
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
|
|
35
|
-
androidx-material = { group = "com.google.android.material", name = "material", version.ref = "androidx-material" }
|
|
36
|
-
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "androidx-constraintlayout" }
|
|
37
22
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
|
38
23
|
androidx-lifecycle-viewmodel = { group = "org.jetbrains.androidx.lifecycle", name = "lifecycle-viewmodel", version.ref = "androidx-lifecycle" }
|
|
39
24
|
androidx-lifecycle-runtime-compose = { group = "org.jetbrains.androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidx-lifecycle" }
|