Skip to content

Commit f8b1960

Browse files
committed
fix version code offset
1 parent 7b4d1b3 commit f8b1960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
}
3333

3434
element << (10 * index);
35-
}.sum();
35+
}.sum() + 3145728; // Needed offset because of early uppsi wuppsi
3636
}
3737

3838
apply plugin: 'com.android.application'

0 commit comments

Comments
 (0)