diff --git a/build.gradle b/build.gradle index 9ccb97f..d7bdf37 100644 --- a/build.gradle +++ b/build.gradle @@ -11,13 +11,7 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // For libaums - classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' - classpath 'com.dicedmelon.gradle:jacoco-android:0.1.1' - classpath 'org.codehaus.groovy:groovy-all:2.4.12' - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files } } @@ -31,4 +25,4 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir -} \ No newline at end of file +} diff --git a/libaums b/libaums index f799430..1167a4c 160000 --- a/libaums +++ b/libaums @@ -1 +1 @@ -Subproject commit f7994302619477800c87cb726d0c20cdfefc34f7 +Subproject commit 1167a4c6619e93f9615ca1afb837ebb4e59fb044 diff --git a/settings.gradle b/settings.gradle index 77a9903..4a839ea 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1 @@ include ':app', ':libaums', ':dmg2img' -project(':libaums').projectDir = new File('libaums/libaums') \ No newline at end of file