Update dependencies, bump version to 4.3.8-alpha.1

This commit is contained in:
Ricki Hirner 2023-10-06 12:56:40 +02:00
parent 6bbdcb332f
commit f57cd77ced
No known key found for this signature in database
GPG key ID: 79A019FCAAEDD3AA
2 changed files with 8 additions and 8 deletions

View file

@ -18,8 +18,8 @@ android {
defaultConfig {
applicationId "at.bitfire.davdroid"
versionCode 403070001
versionName '4.3.7'
versionCode 403080000
versionName '4.3.8-alpha.1'
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
@ -148,7 +148,7 @@ dependencies {
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation "androidx.work:work-runtime-ktx:${versions.workManager}"
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.10.0'
// Jetpack Compose
implementation platform("androidx.compose:compose-bom:${versions.composeBom}")
@ -203,7 +203,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5'
androidTestImplementation "androidx.work:work-testing:${versions.workManager}"
androidTestImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}"
androidTestImplementation 'io.mockk:mockk-android:1.13.7'
androidTestImplementation 'io.mockk:mockk-android:1.13.8'
androidTestImplementation 'junit:junit:4.13.2'
testImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}"

View file

@ -4,10 +4,10 @@
buildscript {
ext.versions = [
aboutLibraries: '10.8.3',
aboutLibraries: '10.9.1',
appIntro: '7.0.0-beta02',
composeBom: '2023.08.00',
hilt: '2.48',
composeBom: '2023.10.00',
hilt: '2.48.1',
kotlin: '1.9.0', // keep in sync with * app/build.gradle composeOptions.kotlinCompilerExtensionVersion
// * com.google.devtools.ksp at the end of this file
okhttp: '4.11.0',
@ -33,7 +33,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'com.android.tools.build:gradle:8.1.2'
classpath "com.google.dagger:hilt-android-gradle-plugin:${versions.hilt}"
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibraries}"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"