Update some dependencies

This commit is contained in:
ganfra
2018-12-13 11:00:50 +01:00
parent 14d807232f
commit 168814149b
10 changed files with 42 additions and 22 deletions

View File

@ -23,6 +23,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}