Use new libaums branch for F-Droid

This commit is contained in:
Davide Depau 2018-09-02 18:48:27 +02:00
parent e6f6092376
commit 848ae72910
Signed by: depau
GPG Key ID: C7D999B6A55EFE86
3 changed files with 2 additions and 9 deletions

View File

@ -11,13 +11,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// For libaums // 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.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) { task clean(type: Delete) {
delete rootProject.buildDir delete rootProject.buildDir
} }

@ -1 +1 @@
Subproject commit f7994302619477800c87cb726d0c20cdfefc34f7 Subproject commit 1167a4c6619e93f9615ca1afb837ebb4e59fb044

View File

@ -1,2 +1 @@
include ':app', ':libaums', ':dmg2img' include ':app', ':libaums', ':dmg2img'
project(':libaums').projectDir = new File('libaums/libaums')