We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75fc77 commit b4e992aCopy full SHA for b4e992a
2 files changed
app/build.gradle
@@ -1,7 +1,5 @@
1
apply plugin: 'com.android.application'
2
-apply plugin: 'com.github.dcendents.android-maven'
3
4
-group='com.github.sdfdzx'
5
android {
6
compileSdkVersion 26
7
buildToolsVersion "26.0.1"
shapebuilder/build.gradle
@@ -1,5 +1,7 @@
apply plugin: 'com.android.library'
+apply plugin: 'com.github.dcendents.android-maven'
+group='com.github.sdfdzx'
compileSdkVersion 24
buildToolsVersion '25.0.2'
0 commit comments