Skip to content

Commit c37d516

Browse files
committed
chore: -SNAPSHOT error
1 parent 59fa9a1 commit c37d516

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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
}
1818

sample/build.gradle

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

28-
apply plugin: 'android-x2j'
29-
28+
// apply plugin: 'android-x2j'
3029

3130
dependencies {
3231
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)