Version bump to 3.3.1; minor dependency updates

This commit is contained in:
Ricki Hirner 2020-09-09 11:57:59 +02:00
parent d6df81586b
commit 5bfc343629

View file

@ -20,7 +20,7 @@ android {
defaultConfig {
applicationId "at.bitfire.davdroid"
versionCode 303010000
versionCode 303010001
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
minSdkVersion 21 // Android 5.0
@ -47,7 +47,7 @@ android {
flavorDimensions "distribution"
productFlavors {
standard {
versionName "3.3.1-beta1-ose"
versionName "3.3.1-ose"
}
}
@ -107,7 +107,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'androidx.core:core-ktx:1.3.1'
implementation 'androidx.fragment:fragment-ktx:1.2.5'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
@ -116,7 +116,7 @@ dependencies {
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.google.android:flexbox:1.1.0'
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
def room_version = '2.2.5'
implementation "androidx.room:room-runtime:$room_version"
@ -139,8 +139,8 @@ dependencies {
implementation 'org.apache.commons:commons-text:1.8'
// for tests
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test:rules:1.2.0'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'junit:junit:4.13'
androidTestImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}"