Skip to content

Commit 9a1fe5d

Browse files
authored
Merge pull request #8 from Leifzhang/develop
[feat] 准备发布远端插件
2 parents 7e0b64e + c4922b1 commit 9a1fe5d

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

Plugin/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ allprojects {
1919
maven { setUrl("https://maven.aliyun.com/repository/central/") }
2020
google()
2121
}
22+
group = "com.kronos.plugin"
2223
}
2324

2425
task clean(type: Delete) {
2526
delete rootProject.buildDir
2627
}
27-
subprojects {
28-
group = "com.kronos.plugin"
29-
30-
}

Plugin/plugin-dep/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("groovy")
33
id("kotlin")
44
id("java-gradle-plugin")
5-
id("maven-publishing")
5+
id("maven-publish")
66
}
77

88
//apply from: './upload_bintray.gradle'

Plugin/plugin-repo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("groovy")
33
id("kotlin")
44
id("java-gradle-plugin")
5-
id("maven-publishing")
5+
id("maven-publish")
66
}
77

88
//apply from: './upload_bintray.gradle'

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.application'
2-
apply plugin: 'kotlin-android-extensions'
32
apply plugin: 'kotlin-android'
43

54
android {
@@ -35,6 +34,6 @@ dependencies {
3534
testImplementation 'junit:junit:4.13'
3635
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
3736
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'
3938
// implementation dep.okhttp
4039
}

0 commit comments

Comments
 (0)