This commit is contained in:
tom79 2019-05-05 19:01:07 +02:00
parent 643cb78d55
commit fbe28c69bd
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,8 @@ android {
versionCode 260
versionName "1.80.3"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true
}
dexOptions {
javaMaxHeapSize "4g"
@ -95,5 +97,6 @@ dependencies {
implementation 'com.jaredrummler:material-spinner:1.3.1'
implementation "com.tonyodev.fetch2:fetch2:2.3.6"
implementation 'com.github.stom79:horizontalbargraph:1.5'
implementation 'jp.wasabeef:glide-transformations:4.0.0'
playstoreImplementation "io.github.kobakei:ratethisapp:$ratethisappLibraryVersion"
}