0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

feat: bump targetSdk to 34

This commit is contained in:
Mike Hardy 2024-07-10 10:44:05 -06:00
parent 1de4391fdf
commit 82dea2af95

View File

@ -1,7 +1,7 @@
[versions]
compileSdk = "34"
minSdk = "23" # also in testlib/build.gradle.kts
targetSdk = "33" # also in ../robolectricDownloader.gradle
targetSdk = "34" # also in ../robolectricDownloader.gradle
acra = '5.11.3'
amazonappstorepublisher = "0.1.0"
androidGradlePlugin = "8.5.0"