updated build.gradle to make the api 31 as the min sdk from 21 -> 30 as device targets api 31
This commit is contained in:
@@ -18,7 +18,7 @@ android {
|
||||
// server -> for server switching for internal test
|
||||
defaultConfig {
|
||||
applicationId "in.sminnovations.hpostesting.server"
|
||||
minSdk 21
|
||||
minSdk 30
|
||||
targetSdk 34
|
||||
versionCode 133
|
||||
versionName "2.1.131"
|
||||
|
||||
Reference in New Issue
Block a user