We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fd42f commit e03e3a5Copy full SHA for e03e3a5
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
-android-gradle-plugin = "8.5.1"
+android-gradle-plugin = "8.5.2"
3
androidx-activity = "1.9.1"
4
-androidx-annotation = "1.8.1"
+androidx-annotation = "1.8.2"
5
androidx-appcompat = "1.7.0"
6
android-view-material = "1.12.0"
7
androidx-core-ktx = "1.13.1"
main/build.gradle.kts
@@ -14,6 +14,7 @@ plugins {
14
android {
15
buildFeatures {
16
aidl = true
17
+ buildConfig = true
18
}
19
namespace = "de.blinkt.openvpn"
20
compileSdk = 35
0 commit comments