Use new libaums branch for F-Droid
This commit is contained in:
parent
e6f6092376
commit
848ae72910
3 changed files with 2 additions and 9 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
2
libaums
2
libaums
|
@ -1 +1 @@
|
||||||
Subproject commit f7994302619477800c87cb726d0c20cdfefc34f7
|
Subproject commit 1167a4c6619e93f9615ca1afb837ebb4e59fb044
|
|
@ -1,2 +1 @@
|
||||||
include ':app', ':libaums', ':dmg2img'
|
include ':app', ':libaums', ':dmg2img'
|
||||||
project(':libaums').projectDir = new File('libaums/libaums')
|
|
Loading…
Reference in a new issue