Skip to content

Commit

Permalink
Merge pull request #147 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Update Kotlin to 1.9.21 and Compose to 1.5.11
  • Loading branch information
MohamedRejeb authored Dec 2, 2023
2 parents 5ac4df7 + d40e9f7 commit 0740e34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
agp = "8.0.2"
kotlin = "1.9.20"
compose = "1.5.10"
kotlin = "1.9.21"
compose = "1.5.11"
dokka = "1.9.0"

ksoup = "0.2.1"
jetbrainsMarkdown = "0.3.1"
jetbrainsMarkdown = "0.6.0"

nexus-publish = "2.0.0-rc-1"

# For sample
compose-compiler = "1.5.2"
compose-compiler = "1.5.4"
activity-compose = "1.8.1"
voyager = "1.0.0-rc10"
richeditor = "1.0.0-beta03"
richeditor = "1.0.0-beta04"
android-minSdk = "21"
android-compileSdk = "34"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 0740e34

Please sign in to comment.