|
@@ -16,22 +16,19 @@
|
|
|
|
|
|
apply plugin: 'com.android.library'
|
|
|
apply plugin: 'kotlin-android'
|
|
|
-apply plugin: 'kotlin-android-extensions'
|
|
|
|
|
|
apply plugin: 'com.github.dcendents.android-maven'
|
|
|
group='com.github.liangjingkanji'
|
|
|
|
|
|
android {
|
|
|
- compileSdkVersion 28
|
|
|
- buildToolsVersion "28.0.3"
|
|
|
-
|
|
|
+ compileSdkVersion 30
|
|
|
defaultConfig {
|
|
|
minSdkVersion 9
|
|
|
- targetSdkVersion 28
|
|
|
+ targetSdkVersion 30
|
|
|
}
|
|
|
}
|
|
|
dependencies {
|
|
|
- implementation "androidx.core:core-ktx:1.3.1"
|
|
|
+ implementation "androidx.core:core-ktx:1.3.2"
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
}
|
|
|
repositories {
|