diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-07-03 09:12:28 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-07-03 10:18:59 +0200 |
| commit | fc8cfd4a31d10ac8c852ce5e485179c168bcdc57 (patch) | |
| tree | eed9eb0a904460f7d8aea52995a0a3ead811dbf5 /android | |
| parent | 0c46ef2bc3c4b599c28dc223f23935249c26516f (diff) | |
| download | mullvadvpn-fc8cfd4a31d10ac8c852ce5e485179c168bcdc57.tar.xz mullvadvpn-fc8cfd4a31d10ac8c852ce5e485179c168bcdc57.zip | |
Add comment about agp issue
Diffstat (limited to 'android')
| -rw-r--r-- | android/gradle/libs.versions.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index bf7b2221d1..b1ef2bde46 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -15,6 +15,9 @@ ndk = "27.2.12479018" # https://github.com/gradle/gradle/issues/19228 # 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-billingclient = "8.0.0" |
