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

@ -24,6 +24,12 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {