Skip to content

Commit

Permalink
Merge pull request #494 from skydoves/kotlin/1.9.10
Browse files Browse the repository at this point in the history
Bump Kotlin to 1.9.10 and Compose compiler to 1.5.3
  • Loading branch information
skydoves committed Sep 16, 2023
2 parents 2ea6a8e + c56db86 commit 62fc70f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,14 @@ android.defaults.buildfeatures.shaders=false
# https://developer.android.com/studio/releases/gradle-plugin#4.1-nontransitive-r-class
android.nonTransitiveRClass=true

# Maven publication
## Maven Central Publication ##
systemProp.org.gradle.internal.publish.checksums.insecure=true

# Increase timeout when pushing to Sonatype (otherwise we get timeouts)
systemProp.org.gradle.internal.http.socketTimeout=120000

GROUP=com.github.skydoves

POM_URL=https://github.com/skydoves/balloon/
POM_SCM_URL=https://github.com/skydoves/balloon/
POM_SCM_CONNECTION=scm:git:git://github.com/skydoves/balloon.git
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
agp = "8.1.1"
dokka = "1.8.20"
kotlin = "1.9.0"
kotlin = "1.9.10"
kotlinBinaryCompatibility = "0.13.2"
jvmTarget = "11"
nexusPlugin = "0.25.3"
androidxComposeBom = "2023.09.00"
androidxComposeCompiler = "1.5.1"
androidxComposeCompiler = "1.5.3"
androidxComposeConstraintLayout = "1.0.1"
androidxMaterial = "1.9.0"
androidxAppcompat = "1.6.1"
Expand Down

0 comments on commit 62fc70f

Please sign in to comment.