Finish updating to API 28

Also temporarily disable the preference fix library
This commit is contained in:
Alexander Bakker 2018-09-25 17:04:55 +02:00
parent 2152e2617f
commit 3435a4077e
5 changed files with 36 additions and 25 deletions

View file

@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "me.impy.aegis"
minSdkVersion 19
targetSdkVersion 27
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
@ -42,7 +42,7 @@ dependencies {
implementation 'com.github.esafirm.android-image-picker:imagepicker:1.13.0'
implementation 'com.madgag.spongycastle:core:1.58.0.0'
implementation 'com.mattprecious.swirl:swirl:1.0.0'
implementation 'com.takisoft.fix:preference-v7:27.1.1.1'
implementation 'androidx.preference:preference:1.0.0'
implementation 'de.hdodenhof:circleimageview:2.2.0'
implementation 'me.dm7.barcodescanner:zxing:1.9'
testImplementation 'junit:junit:4.12'