From acbfa8f57165f065f94e49da645c197b6ae6e0ab Mon Sep 17 00:00:00 2001 From: 7hens Date: Fri, 11 Oct 2019 10:56:00 +0800 Subject: [PATCH] chore: remove android-x2j from sample module --- build.gradle | 2 +- sample/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 842cc82..66e2b08 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/sample/build.gradle b/sample/build.gradle index 8b8193f..087ac60 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -25,7 +25,7 @@ android { } } -apply plugin: 'android-x2j' +// apply plugin: 'android-x2j' dependencies { testImplementation 'junit:junit:4.12'