Skip to content

Commit f64ce22

Browse files
committed
Update libraries and move build config flag to non-deprecated place
1 parent f3f6860 commit f64ce22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
#
55

66
android.useAndroidX=true
7-
android.defaults.buildfeatures.buildconfig=true
87
android.nonTransitiveRClass=false
98
android.nonFinalResIds=false

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
android-gradle-plugin = "8.5.1"
2+
android-gradle-plugin = "8.5.2"
33
androidx-activity = "1.9.1"
4-
androidx-annotation = "1.8.1"
4+
androidx-annotation = "1.8.2"
55
androidx-appcompat = "1.7.0"
66
android-view-material = "1.12.0"
77
androidx-core-ktx = "1.13.1"

main/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ plugins {
1414
android {
1515
buildFeatures {
1616
aidl = true
17+
buildConfig = true
1718
}
1819
namespace = "de.blinkt.openvpn"
1920
compileSdk = 35

0 commit comments

Comments
 (0)