mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Updated material
This commit is contained in:
parent
ec87b383e8
commit
0b8655f9a1
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue