1
0
mirror of synced 2025-02-21 11:59:42 +01:00

build: decrease minSdkVersion to 24

This commit is contained in:
Juchan Roh 2023-02-06 19:53:28 +09:00
parent f04aae3eb0
commit a74b6991a6

View File

@ -3,7 +3,7 @@
buildscript { buildscript {
ext { ext {
buildToolsVersion = "33.0.0" buildToolsVersion = "33.0.0"
minSdkVersion = 26 minSdkVersion = 24
compileSdkVersion = 33 compileSdkVersion = 33
targetSdkVersion = 33 targetSdkVersion = 33