mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-10-18 05:00:09 +00:00
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 1.5.1
|
||||
|
||||
* `Kotlin`: `2.2.20`
|
||||
|
||||
## 1.5.0
|
||||
|
||||
* `Kotlin`: `2.2.0`
|
||||
|
@@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
|
||||
# Project data
|
||||
|
||||
group=dev.inmo
|
||||
version=1.5.0
|
||||
android_code_version=37
|
||||
version=1.5.1
|
||||
android_code_version=38
|
||||
|
@@ -1,17 +1,17 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "2.2.0"
|
||||
kotlin-gradle-plugin = "8.2.2"
|
||||
kotlin = "2.2.20"
|
||||
kotlin-gradle-plugin = "8.10.+"
|
||||
|
||||
nmcp = "1.0.0-rc.1"
|
||||
nmcp = "1.2.0"
|
||||
versions = "0.51.0"
|
||||
|
||||
dokka = "2.0.0"
|
||||
|
||||
dexcount = "4.0.0"
|
||||
junit_version = "4.12"
|
||||
test_ext_junit_version = "1.2.1"
|
||||
espresso_core = "3.6.1"
|
||||
test_ext_junit_version = "1.3.0"
|
||||
espresso_core = "3.7.0"
|
||||
|
||||
android-minSdk = "21"
|
||||
android-compileSdk = "36"
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Reference in New Issue
Block a user