Skip to content

Commit

Permalink
Upgrade libs, AGP, Kotlin, Compose, Gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
PatilShreyas committed Nov 27, 2023
1 parent fb8c901 commit 2d239fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
11 changes: 5 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ kotlin.mpp.androidSourceSetLayoutVersion=2

#Compose
org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.native.cacheKind=none

#Android
android.useAndroidX=true
android.compileSdk=33
android.targetSdk=33
android.compileSdk=34
android.targetSdk=34
android.minSdk=24

#Versions
kotlin.version=1.8.22
agp.version=7.4.2
compose.version=1.4.3
kotlin.version=1.9.20
agp.version=8.0.2
compose.version=1.5.11
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
kotlin = "1.8.22"
ksp = "1.8.22-1.0.11"
atomicfu = "0.21.0"
kotlin = "1.9.20"
ksp = "1.9.20-1.0.14"
atomicfu = "0.22.0"
coroutines = "1.7.3"
mutekt = "1.0.1"
ktor = "2.3.4"
ktor = "2.3.5"
coil = "2.4.0"
activity = "1.7.2"
activity = "1.8.1"
appcompat = "1.6.1"
core = "1.10.1"
core = "1.12.0"
spotless = "6.22.0"
sqldelight = "2.0.0"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 0 additions & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ kotlin {
baseName = "shared"
isStatic = true
}
extraSpecAttributes["resources"] = "['src/commonMain/resources/**', 'src/iosMain/resources/**']"
}

sourceSets {
Expand Down

0 comments on commit 2d239fc

Please sign in to comment.