We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbee5b commit a2c7125Copy full SHA for a2c7125
1 file changed
AIMSICD/build.gradle
@@ -18,7 +18,7 @@ android {
18
applicationId "com.SecUpwN.AIMSICD"
19
minSdkVersion 16
20
targetSdkVersion 22
21
- versionCode 42
+ versionCode 43
22
testApplicationId "com.SecUpwN.AIMSICD.test"
23
24
buildConfigField 'String', 'BUILD_NUMBER', (getBuildNumber() == null ? 'null' : "\"${buildNumber}\"")
0 commit comments