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 7a4dfe3 commit acbfa8fCopy full SHA for acbfa8f
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
// NOTE: Do not place your application dependencies here; they belong
18
// in the individual module build.gradle files
sample/build.gradle
@@ -25,7 +25,7 @@ android {
25
}
26
27
28
-apply plugin: 'android-x2j'
+// apply plugin: 'android-x2j'
29
30
dependencies {
31
testImplementation 'junit:junit:4.12'
0 commit comments