1
0
mirror of synced 2025-02-17 10:38:32 +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 {
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 26
minSdkVersion = 24
compileSdkVersion = 33
targetSdkVersion = 33