0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-19 11:32:27 +02:00

Update libraries and move build config flag to non-deprecated place

This commit is contained in:
Arne Schwabe 2024-08-09 14:52:23 +02:00
parent f3f6860bce
commit f64ce22ef5
3 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,5 @@
#
android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false

View File

@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "8.5.1"
android-gradle-plugin = "8.5.2"
androidx-activity = "1.9.1"
androidx-annotation = "1.8.1"
androidx-annotation = "1.8.2"
androidx-appcompat = "1.7.0"
android-view-material = "1.12.0"
androidx-core-ktx = "1.13.1"

View File

@ -14,6 +14,7 @@ plugins {
android {
buildFeatures {
aidl = true
buildConfig = true
}
namespace = "de.blinkt.openvpn"
compileSdk = 35