Compare commits

...

4 Commits

Author SHA1 Message Date
a1784dc6af Update CHANGELOG.md 2024-03-15 13:21:16 +06:00
4d6410c870 Update gradle-wrapper.properties 2024-03-15 13:19:40 +06:00
3a4035f1a6 Update libs.versions.toml 2024-03-15 13:16:49 +06:00
86bf9468ba Update gradle.properties 2024-03-15 13:14:00 +06:00
4 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.3.3
* `Kotlin`: `1.9.23`
## 1.3.2
* `Kotlin`: `1.9.22`

View File

@@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
# Project data
group=dev.inmo
version=1.3.2
android_code_version=29
version=1.3.3
android_code_version=30

View File

@@ -1,11 +1,11 @@
[versions]
kotlin = "1.9.22"
kotlin-gradle-plugin = "8.2.1"
kotlin = "1.9.23"
kotlin-gradle-plugin = "8.3.0"
versions = "0.50.0"
versions = "0.51.0"
dokka = "1.9.10"
dokka = "1.9.20"
dexcount = "4.0.0"
junit_version = "4.12"

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists