Compare commits

...

7 Commits

Author SHA1 Message Date
8bb34d6842 update dependencies 2024-12-09 10:04:09 +06:00
cff3f71de7 start 1.4.0 2024-12-09 10:03:14 +06:00
aab0ac064f Merge pull request #87 from InsanusMokrassar/1.3.6
1.3.6
2024-08-27 19:13:32 +06:00
d2909ed5f0 update dependencies 2024-08-27 19:12:58 +06:00
81eba88ce9 start 1.3.6 2024-08-27 19:01:11 +06:00
a73f0d132c remove kotlin-js-store 2024-08-27 19:00:22 +06:00
bd87184f81 Merge pull request #84 from InsanusMokrassar/1.3.5
1.3.5
2024-08-09 23:07:10 +06:00
6 changed files with 14 additions and 2015 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.idea
.kotlin
kotlin-js-store/
out/*
*.iml
target

View File

@@ -1,5 +1,13 @@
# Changelog
## 1.4.0
* `Kotlin`: `2.1.0`
## 1.3.6
* `Kotlin`: `2.0.20`
## 1.3.5
* `Kotlin`: `2.0.10`

View File

@@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
# Project data
group=dev.inmo
version=1.3.5
android_code_version=32
version=1.4.0
android_code_version=34

View File

@@ -1,7 +1,7 @@
[versions]
kotlin = "2.0.10"
kotlin-gradle-plugin = "8.3.2"
kotlin = "2.1.0"
kotlin-gradle-plugin = "8.2.2"
versions = "0.51.0"

View File

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

File diff suppressed because it is too large Load Diff