fix(mobile): bump android targetSdkVersion to 31

This commit is contained in:
Mo
2022-11-16 06:46:28 -06:00
parent f3e4ba8779
commit 66a898345a

View File

@@ -7,7 +7,7 @@ buildscript {
buildToolsVersion = "30.0.3"
minSdkVersion = 28
compileSdkVersion = 30
targetSdkVersion = 30
targetSdkVersion = 31
androidXCore = "1.6.0"
ndkVersion = "21.4.7075529"
}