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:
sathwikcs
2025-01-28 16:11:22 +05:30
parent 312e2da79a
commit 2c62cc11ba

View File

@@ -18,7 +18,7 @@ android {
// server -> for server switching for internal test // server -> for server switching for internal test
defaultConfig { defaultConfig {
applicationId "in.sminnovations.hpostesting.server" applicationId "in.sminnovations.hpostesting.server"
minSdk 21 minSdk 30
targetSdk 34 targetSdk 34
versionCode 133 versionCode 133
versionName "2.1.131" versionName "2.1.131"