We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6fba6 commit 7b4d1b3Copy full SHA for 7b4d1b3
app/android/app/build.gradle
@@ -26,7 +26,7 @@ else
26
27
flutterVersionCode = versionSplit.collect { element ->
28
Integer.parseInt(element);
29
- }.withIndex().collect { element, index ->
+ }.reverse().withIndex().collect { element, index ->
30
if (element >> 10 != 0) {
31
throw new Exception('unsupported version format')
32
}
0 commit comments