Update some dependencies
This commit is contained in:
parent
692871448b
commit
47dfd689d5
1 changed files with 13 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 28
|
compileSdkVersion 29
|
||||||
buildToolsVersion '28.0.3'
|
buildToolsVersion '29.0.2'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.shadowice.flocke.andotp"
|
applicationId "org.shadowice.flocke.andotp"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 29
|
||||||
versionCode 26
|
versionCode 26
|
||||||
versionName "0.6.3.1"
|
versionName "0.6.3.1"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
@ -39,23 +39,28 @@ android {
|
||||||
versionNameSuffix = "-play"
|
versionNameSuffix = "-play"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "commons-codec:commons-codec:1.12"
|
|
||||||
implementation 'androidx.media:media:1.1.0'
|
implementation 'androidx.media:media:1.1.0'
|
||||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||||
implementation 'androidx.cardview:cardview:1.0.0'
|
implementation 'androidx.cardview:cardview:1.0.0'
|
||||||
implementation 'com.google.android.material:material:1.0.0'
|
|
||||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||||
|
implementation 'com.google.android.material:material:1.0.0'
|
||||||
|
|
||||||
|
implementation "commons-codec:commons-codec:1.14"
|
||||||
implementation "com.github.aakira:expandable-layout:1.6.0"
|
implementation "com.github.aakira:expandable-layout:1.6.0"
|
||||||
implementation "com.heinrichreimersoftware:material-intro:2.0.0"
|
implementation "com.heinrichreimersoftware:material-intro:2.0.0"
|
||||||
implementation "com.journeyapps:zxing-android-embedded:3.6.0"
|
implementation "com.journeyapps:zxing-android-embedded:3.6.0"
|
||||||
implementation "com.vanniktech:vntnumberpickerpreference:1.0.0"
|
implementation "com.vanniktech:vntnumberpickerpreference:1.0.0"
|
||||||
implementation "me.zhanghai.android.materialprogressbar:library:1.4.2"
|
implementation "me.zhanghai.android.materialprogressbar:library:1.6.1"
|
||||||
implementation "org.sufficientlysecure:openpgp-api:12.0"
|
implementation "org.sufficientlysecure:openpgp-api:12.0"
|
||||||
implementation "com.leinardi.android:speed-dial:2.0.1"
|
implementation "com.leinardi.android:speed-dial:3.1.1"
|
||||||
implementation "com.mikepenz:aboutlibraries:6.1.1"
|
implementation "com.mikepenz:aboutlibraries:6.2.3"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue