We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6d823 commit b5e634eCopy full SHA for b5e634e
build.gradle
@@ -6,6 +6,7 @@ buildscript {
6
}
7
dependencies {
8
classpath 'com.android.tools.build:gradle:2.3.3'
9
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
10
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
globalsoftkeyboard/build.gradle
@@ -1,4 +1,7 @@
1
apply plugin: 'com.android.library'
2
+apply plugin: 'com.github.dcendents.android-maven'
3
+
4
+group='com.github.coderJohnZhang'
5
android {
compileSdkVersion 26
0 commit comments