diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-08-01 12:44:44 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-08-01 16:36:16 +0200 |
| commit | 9ae587064516b29ab5d26fbca2b68f6429112651 (patch) | |
| tree | 7050e9f568645d75f85d4d1d312d5ee3b43d9f30 /android | |
| parent | a7b8f9e34cb4135dea66289ee2e5ffc1ec4d8382 (diff) | |
| download | mullvadvpn-9ae587064516b29ab5d26fbca2b68f6429112651.tar.xz mullvadvpn-9ae587064516b29ab5d26fbca2b68f6429112651.zip | |
Bump agp to 8.12.0
Diffstat (limited to 'android')
| -rw-r--r-- | android/gradle/libs.versions.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 3e0e6fceb3..4b60d284a9 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -16,10 +16,8 @@ ndk = "27.3.13750724" # Find the relevant AAPT version here: # https://mvnrepository.com/artifact/com.android.tools.build/aapt2 -# Do not upgrade to 8.11.0, it will give off incorrect lint warning about 'MemberExtensionConflict'. -# See https://issuetracker.google.com/issues/427761232 fixed in 8.12.0-alpha08 -android-gradle-plugin = "8.10.1" -android-gradle-aapt = "12782657" +android-gradle-plugin = "8.12.0" +android-gradle-aapt = "13700139" android-billingclient = "8.0.0" # AndroidX |
