Skip to content

Commit e03e3a5

Browse files
schwabeczdawid
authored andcommitted
Update libraries and move build config flag to non-deprecated place
1 parent c9fd42f commit e03e3a5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle/libs.versions.toml

+2-2
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

+1
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)