|
@@ -19,9 +19,6 @@ apply plugin: "kotlin-android"
|
|
apply plugin: "kotlin-kapt"
|
|
apply plugin: "kotlin-kapt"
|
|
apply plugin: 'org.jetbrains.dokka'
|
|
apply plugin: 'org.jetbrains.dokka'
|
|
|
|
|
|
-apply plugin: "com.github.dcendents.android-maven"
|
|
|
|
-group = "com.github.liangjingkanji"
|
|
|
|
-
|
|
|
|
android {
|
|
android {
|
|
compileSdkVersion 30
|
|
compileSdkVersion 30
|
|
defaultConfig {
|
|
defaultConfig {
|
|
@@ -49,7 +46,6 @@ android {
|
|
dependencies {
|
|
dependencies {
|
|
api fileTree(dir: "libs", include: ["*.jar"])
|
|
api fileTree(dir: "libs", include: ["*.jar"])
|
|
implementation 'androidx.appcompat:appcompat:1.3.1'
|
|
implementation 'androidx.appcompat:appcompat:1.3.1'
|
|
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
|
testImplementation "junit:junit:4.13.2"
|
|
testImplementation "junit:junit:4.13.2"
|
|
androidTestImplementation "androidx.test:runner:1.3.0"
|
|
androidTestImplementation "androidx.test:runner:1.3.0"
|
|
androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0"
|
|
androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0"
|