We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c301d commit b871940Copy full SHA for b871940
app/build.gradle
@@ -15,8 +15,8 @@ configurations.configureEach {
15
exclude module: "commons-logging"
16
}
17
18
-def canonicalVersionCode = 410
19
-def canonicalVersionName = "1.24.1"
+def canonicalVersionCode = 411
+def canonicalVersionName = "1.24.2"
20
21
def postFixSize = 10
22
def abiPostFix = ['armeabi-v7a' : 1,
0 commit comments