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 08c963d commit a54d051Copy full SHA for a54d051
build.gradle
@@ -5,10 +5,8 @@ buildscript {
5
jcenter()
6
}
7
dependencies {
8
- classpath 'com.android.tools.build:gradle:2.3.2'
9
-
10
- // NOTE: Do not place your application dependencies here; they belong
11
- // in the individual module build.gradle files
+ classpath 'com.android.tools.build:gradle:2.3.3'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
12
13
14
htmltext/build.gradle
@@ -1,4 +1,7 @@
1
apply plugin: 'com.android.library'
2
+apply plugin: 'com.github.dcendents.android-maven'
3
+
4
+group = 'me.wcy'
android {
compileSdkVersion 25
0 commit comments