theme the dialogs and navView too, added a License dialog
This commit is contained in:
@ -26,7 +26,10 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
@ -43,6 +46,7 @@ dependencies {
|
||||
implementation 'com.afollestad:aesthetic:1.0.0-beta05'
|
||||
implementation 'com.afollestad.material-dialogs:core:2.8.1'
|
||||
implementation 'com.afollestad.material-dialogs:color:2.8.1'
|
||||
implementation 'de.psdev.licensesdialog:licensesdialog:2.1.0'
|
||||
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
|
Reference in New Issue
Block a user