switch to DropboxSDK 3.0.3 to ensure future compatability

enable proguard on the main app in order not to hit the DEX limit 64k
This commit is contained in:
Philipp Crocoll
2017-07-10 11:32:44 +02:00
parent 7c4d303dd3
commit 6f43565baf
12 changed files with 36 additions and 9 deletions

View File

@@ -29,6 +29,8 @@ android {
}
}
apply plugin: 'com.getkeepsafe.dexcount'
dependencies {
compile project(':android-filechooser')
compile project(':JavaFileStorage')

View File

@@ -9,7 +9,9 @@ buildscript {
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.7.1'
}
}
allprojects {