mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-01 20:32:19 +00:00
Finish updating to API 28
Also temporarily disable the preference fix library
This commit is contained in:
parent
2152e2617f
commit
3435a4077e
5 changed files with 36 additions and 25 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue