Skip to content

Commit

Permalink
chore: remove android-x2j from sample module
Browse files Browse the repository at this point in the history
  • Loading branch information
7hens committed Oct 11, 2019
1 parent 7a4dfe3 commit acbfa8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.github.7hens:android-x2j:-SNAPSHOT'
// classpath 'com.github.7hens:android-x2j:-SNAPSHOT'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
}
}

apply plugin: 'android-x2j'
// apply plugin: 'android-x2j'

dependencies {
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit acbfa8f

Please sign in to comment.