Skip to content

Commit

Permalink
Merge branch 'main-ose' into 896-generalize-syncer
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkup committed Jul 22, 2024
2 parents d407e70 + 907b38f commit 0d199a3
Show file tree
Hide file tree
Showing 138 changed files with 3,995 additions and 2,683 deletions.
12 changes: 7 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
defaultConfig {
applicationId = "at.bitfire.davdroid"

versionCode = 404010101
versionName = "4.4.1.1"
versionCode = 404020000
versionName = "4.4.2-alpha.1"

buildConfigField("long", "buildTime", "${System.currentTimeMillis()}L")

Expand All @@ -30,7 +30,7 @@ android {

buildConfigField("String", "userAgent", "\"DAVx5\"")

testInstrumentationRunner = "at.bitfire.davdroid.CustomTestRunner"
testInstrumentationRunner = "at.bitfire.davdroid.HiltTestRunner"
}

java {
Expand All @@ -40,7 +40,9 @@ android {
}

compileOptions {
// enable because ical4android requires desugaring
// required for
// - dnsjava 3.x: java.nio.file.Path
// - ical4android: time API
isCoreLibraryDesugaringEnabled = true
}

Expand Down Expand Up @@ -211,4 +213,4 @@ dependencies {
testImplementation(libs.junit)
testImplementation(libs.mockk)
testImplementation(libs.okhttp.mockwebserver)
}
}
Loading

0 comments on commit 0d199a3

Please sign in to comment.