We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e9db6 commit 0000256Copy full SHA for 0000256
1 file changed
AIMSICD/build.gradle
@@ -17,7 +17,7 @@ android {
17
applicationId "com.SecUpwN.AIMSICD"
18
minSdkVersion 16
19
targetSdkVersion 19 // Do not change: Working Icons on Android 5+
20
- versionCode 40
+ versionCode 41
21
testApplicationId "com.SecUpwN.AIMSICD.test"
22
23
buildConfigField 'String', 'BUILD_NUMBER', (getBuildNumber() == null ? 'null' : "\"${buildNumber}\"")
@@ -113,4 +113,4 @@ String getBuildNumber() {
113
}
114
115
return null;
116
-}
+}
0 commit comments