We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be5319 commit b08ebe9Copy full SHA for b08ebe9
app/build.gradle
@@ -62,14 +62,14 @@ protobuf {
62
}
63
64
def canonicalVersionCode = 759
65
-def canonicalVersionName = "5.0.9"
+def canonicalVersionName = "5.0.10"
66
67
def postFixSize = 10
68
-def abiPostFix = ['universal' : 5,
69
- 'armeabi-v7a' : 6,
70
- 'arm64-v8a' : 7,
71
- 'x86' : 8,
72
- 'x86_64' : 9]
+def abiPostFix = ['universal' : 0,
+ 'armeabi-v7a' : 8,
+ 'arm64-v8a' : 9,
+ 'x86' : 1,
+ 'x86_64' : 2]
73
74
def keystores = [ 'debug' : loadKeystoreProperties('keystore.debug.properties') ]
75
0 commit comments