mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-11-15 10:50:15 +00:00
update of gradle wrapper and publishing scripts
This commit is contained in:
@@ -26,8 +26,9 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
compileSdkVersion libs.versions.android.compileSdk.get().toInteger()
|
||||
buildToolsVersion libs.versions.android.buildTools.get()
|
||||
compileSdk libs.versions.android.compileSdk.get().toInteger()
|
||||
buildToolsVersion = libs.versions.android.buildTools.get()
|
||||
namespace "${group}.${project.name}"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion libs.versions.android.minSdk.get().toInteger()
|
||||
|
||||
Reference in New Issue
Block a user