mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-12-22 05:57:14 +00:00
commit
bd87184f81
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
.idea
|
.idea
|
||||||
|
.kotlin
|
||||||
out/*
|
out/*
|
||||||
*.iml
|
*.iml
|
||||||
target
|
target
|
||||||
@ -12,5 +13,6 @@ out/
|
|||||||
secret.gradle
|
secret.gradle
|
||||||
local.*
|
local.*
|
||||||
local/
|
local/
|
||||||
|
**/*.local.*
|
||||||
|
|
||||||
publishing.sh
|
publishing.sh
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.3.5
|
||||||
|
|
||||||
|
* `Kotlin`: `2.0.10`
|
||||||
|
* Android SDK Level: `35`
|
||||||
|
|
||||||
## 1.3.4
|
## 1.3.4
|
||||||
|
|
||||||
* `Kotlin`: `1.9.24`
|
* `Kotlin`: `1.9.24`
|
||||||
|
@ -73,6 +73,10 @@ kotlin {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.kotlin.test.common
|
implementation libs.kotlin.test.common
|
||||||
implementation libs.kotlin.test.annotations.common
|
implementation libs.kotlin.test.annotations.common
|
||||||
|
}
|
||||||
|
}
|
||||||
|
jvmTest {
|
||||||
|
dependencies {
|
||||||
implementation libs.kotlin.test.junit
|
implementation libs.kotlin.test.junit
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
|
|||||||
# Project data
|
# Project data
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=1.3.4
|
version=1.3.5
|
||||||
android_code_version=31
|
android_code_version=32
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "1.9.24"
|
kotlin = "2.0.10"
|
||||||
kotlin-gradle-plugin = "8.3.2"
|
kotlin-gradle-plugin = "8.3.2"
|
||||||
|
|
||||||
versions = "0.51.0"
|
versions = "0.51.0"
|
||||||
@ -9,12 +9,12 @@ dokka = "1.9.20"
|
|||||||
|
|
||||||
dexcount = "4.0.0"
|
dexcount = "4.0.0"
|
||||||
junit_version = "4.12"
|
junit_version = "4.12"
|
||||||
test_ext_junit_version = "1.1.5"
|
test_ext_junit_version = "1.2.1"
|
||||||
espresso_core = "3.5.1"
|
espresso_core = "3.6.1"
|
||||||
|
|
||||||
android-minSdk = "21"
|
android-minSdk = "21"
|
||||||
android-compileSdk = "34"
|
android-compileSdk = "35"
|
||||||
android-buildTools = "34.0.0"
|
android-buildTools = "35.0.0"
|
||||||
|
|
||||||
github-release = "2.5.2"
|
github-release = "2.5.2"
|
||||||
|
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user