Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 505848a

Browse files
authored
Minor refactoring (#42)
* Update libs * Rename Java directories to Kotlin * Replace deprecated Logger from Constants * Remove CodeQL configuration (will use default configuration)
1 parent d5415f2 commit 505848a

File tree

96 files changed

+147
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+147
-140
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
agp = "8.5.1"
3-
androidx-annotation = "1.8.0"
3+
androidx-annotation = "1.8.1"
44
androidx-test-runner = "1.6.1"
55
androidx-rest-rules = "1.6.1"
66
desugar = "2.0.4"

lib/build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
android {
99
namespace = "at.bitfire.vcard4android"
1010

11-
compileSdk = 33
11+
compileSdk = 34
1212

1313
defaultConfig {
1414
minSdk = 23 // Android 6
@@ -28,11 +28,6 @@ android {
2828
jvmToolchain(17)
2929
}
3030

31-
@Suppress("UnstableApiUsage")
32-
buildFeatures {
33-
buildConfig = true
34-
}
35-
3631
buildTypes {
3732
release {
3833
isMinifyEnabled = false

0 commit comments

Comments
 (0)