Skip to content

Commit e7b06bd

Browse files
committed
Update dependencies
1 parent 0c33ebc commit e7b06bd

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ repositories {
1515

1616
android {
1717
compileSdk = libs.versions.android.compileSdk.get().toInt()
18+
namespace = "com.farmerbb.notepad"
1819

1920
defaultConfig {
2021
applicationId = "com.farmerbb.notepad"

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2121
xmlns:tools="http://schemas.android.com/tools"
22-
package="com.farmerbb.notepad"
2322
android:installLocation="auto" >
2423

2524
<uses-feature

gradle/libs.versions.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,26 @@ android-minSdk = "21"
1111
android-targetSdk = "31"
1212

1313
# AndroidX / Jetpack
14-
androidx-activity = "1.6.0-rc01"
15-
androidx-core = "1.7.0"
14+
androidx-activity = "1.6.0"
15+
androidx-core = "1.9.0"
1616
androidx-datastore = "1.0.0"
17-
androidx-lifecycle = "2.4.1"
17+
androidx-lifecycle = "2.5.1"
1818
androidx-preference = "1.2.0"
1919

2020
# Other dependencies
21-
accompanist = "0.23.0"
22-
compose = "1.2.1"
23-
composeCompiler = "1.3.0"
21+
accompanist = "0.26.5-rc"
22+
compose = "1.3.0-rc01"
23+
composeCompiler = "1.3.2"
2424
composePreferences = "0.1.5-3"
25-
coroutines = "1.6.0"
25+
coroutines = "1.6.4"
2626
fsaf = "v1.1.3"
27-
koin = "3.2.0"
28-
kotlin = "1.7.10"
27+
koin = "3.2.2"
28+
koin-compose = "3.2.1"
29+
kotlin = "1.7.20"
2930
linkifyText = "0a45dbcf9b"
3031
okio = "3.2.0"
3132
richtext = "0.14.1"
32-
sqldelight = "1.5.3"
33+
sqldelight = "1.5.4"
3334
versionsPlugin = "0.42.0"
3435

3536
##################################################################################################################################
@@ -50,7 +51,7 @@ androidx-preference = { module = "androidx.preference:preference-ktx", version.r
5051
# Compose
5152
compose-activity = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
5253
compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
53-
compose-koin = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koin" }
54+
compose-koin = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koin-compose" }
5455
compose-material = { module = "androidx.compose.material:material", version.ref = "compose" }
5556
compose-material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
5657
compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }

0 commit comments

Comments
 (0)