mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-25 11:38:54 +00:00
build fixes
This commit is contained in:
parent
eb867e7366
commit
d1288de032
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## 2.2.3
|
## 2.2.3
|
||||||
|
|
||||||
|
**THIS UPDATE CONTAINS UPGRADE OF USED JDK UP TO 17**
|
||||||
|
|
||||||
* Versions
|
* Versions
|
||||||
* `Kotlin`: `1.9.20`
|
* `Kotlin`: `1.9.20`
|
||||||
|
|
||||||
|
10
build.gradle
10
build.gradle
@ -110,7 +110,7 @@ apply plugin: 'com.getkeepsafe.dexcount'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdk "$android_compileSdkVersion".toInteger()
|
compileSdk "$android_compileSdkVersion".toInteger()
|
||||||
buildToolsVersion "$android_buildToolsVersion"
|
buildToolsVersion = "$android_buildToolsVersion"
|
||||||
namespace "${group}.${project.name}"
|
namespace "${group}.${project.name}"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
@ -129,8 +129,8 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_17
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_17
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
@ -142,6 +142,6 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
targetCompatibility = JavaVersion.VERSION_17
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user