Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Jan 17, 2024
1 parent 3bab6a9 commit 33782f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package {{.full_module_package}}
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

kotlin = "1.9.21"
kotlin-serialization = "1.6.1"
kotlin = "1.9.22"
kotlin-serialization = "1.6.2"

dokka = "1.9.10"

Expand All @@ -10,7 +10,7 @@ junit_version = "4.12"
test_ext_junit_version = "1.1.5"
espresso_core = "3.5.1"

android-gradle-plugin = "8.1.4"
android-gradle-plugin = "8.2.1"
android-minSdk = "21"
android-compileSdk = "34"
android-buildTools = "34.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-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 0 additions & 1 deletion lib/src/androidMain/AndroidManifest.xml

This file was deleted.

0 comments on commit 33782f0

Please sign in to comment.