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 59fa9a1 commit c37d516Copy full SHA for c37d516
build.gradle
@@ -12,7 +12,7 @@ buildscript {
12
classpath 'com.android.tools.build:gradle:3.2.1'
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
15
- classpath 'com.github.7hens:android-x2j:-SNAPSHOT'
+ // classpath 'com.github.7hens:android-x2j:-SNAPSHOT'
16
}
17
18
sample/build.gradle
@@ -25,8 +25,7 @@ android {
25
26
27
28
-apply plugin: 'android-x2j'
29
-
+// apply plugin: 'android-x2j'
30
31
dependencies {
32
testImplementation 'junit:junit:4.12'
0 commit comments