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

build(deps): API module should have same targetApi as others

This commit is contained in:
Mike Hardy 2023-10-30 09:24:39 -05:00 committed by David Allison
parent 56dec7f8d3
commit 3d8af2977a

View File

@ -21,8 +21,7 @@ android {
defaultConfig {
minSdk = 16
//noinspection OldTargetApi
targetSdk = 32
targetSdk = 33
buildConfigField(
"String",
"READ_WRITE_PERMISSION",