Skip to content

Commit acbfa8f

Browse files
committed
chore: remove android-x2j from sample module
1 parent 7a4dfe3 commit acbfa8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
classpath 'com.android.tools.build:gradle:3.2.1'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
15-
classpath 'com.github.7hens:android-x2j:-SNAPSHOT'
15+
// classpath 'com.github.7hens:android-x2j:-SNAPSHOT'
1616

1717
// NOTE: Do not place your application dependencies here; they belong
1818
// in the individual module build.gradle files

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
}
2626
}
2727

28-
apply plugin: 'android-x2j'
28+
// apply plugin: 'android-x2j'
2929

3030
dependencies {
3131
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)