Updated material

This commit is contained in:
M66B 2019-07-12 20:08:29 +02:00
parent ec87b383e8
commit 0b8655f9a1
1 changed files with 6 additions and 1 deletions

View File

@ -32,6 +32,11 @@ android {
}
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
signingConfigs {
release {
storeFile file(keystoreProperties['storeFile'])
@ -130,7 +135,7 @@ dependencies {
def recyclerview_version = "1.1.0-beta01"
def coordinatorlayout_version = "1.1.0-beta01"
def constraintlayout_version = "2.0.0-beta2"
def material_version = "1.1.0-alpha07"
def material_version = "1.1.0-alpha08"
def browser_version = "1.0.0"
def lifecycle_version = "2.1.0-rc01"
def room_version = "2.1.0"