File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,9 @@ allprojects {
19
19
maven { setUrl(" https://maven.aliyun.com/repository/central/" ) }
20
20
google()
21
21
}
22
+ group = " com.kronos.plugin"
22
23
}
23
24
24
25
task clean (type : Delete ) {
25
26
delete rootProject. buildDir
26
27
}
27
- subprojects {
28
- group = " com.kronos.plugin"
29
-
30
- }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id(" groovy" )
3
3
id(" kotlin" )
4
4
id(" java-gradle-plugin" )
5
- id(" maven-publishing " )
5
+ id(" maven-publish " )
6
6
}
7
7
8
8
// apply from: './upload_bintray.gradle'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id(" groovy" )
3
3
id(" kotlin" )
4
4
id(" java-gradle-plugin" )
5
- id(" maven-publishing " )
5
+ id(" maven-publish " )
6
6
}
7
7
8
8
// apply from: './upload_bintray.gradle'
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
- apply plugin : ' kotlin-android-extensions'
3
2
apply plugin : ' kotlin-android'
4
3
5
4
android {
@@ -35,6 +34,6 @@ dependencies {
35
34
testImplementation ' junit:junit:4.13'
36
35
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
37
36
androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
38
- implementation ' com.github.leifzhang:QrCodeLibrary:0.0.1'
37
+ // implementation 'com.github.leifzhang:QrCodeLibrary:0.0.1'
39
38
// implementation dep.okhttp
40
39
}
You can’t perform that action at this time.
0 commit comments