version updated to 1.1.1 and little sussy fix to version code increamenting script
This commit is contained in:
parent
a6ea6a1a62
commit
60b4175aac
@ -2,9 +2,9 @@
|
||||
|
||||
project.ext.set("versionMajor", 1) // Version Major
|
||||
project.ext.set("versionMinor", 1) // Version Minor
|
||||
project.ext.set("versionPatch", 0) // Version Patch
|
||||
project.ext.set("versionPatch", 1) // Version Patch
|
||||
project.ext.set("versionExtra", "") // Version Extra
|
||||
project.ext.set("versionCode", 45) // Android Version Code
|
||||
project.ext.set("versionCode", 46) // Android Version Code
|
||||
project.ext.set("developmentBuild", 0) // Whether it is a development build, or a release
|
||||
// NOTE: +2 after each release!
|
||||
// +1 for ARM and +1 for ARM64 APK's, because
|
||||
|
@ -61,4 +61,7 @@ for line_i in range(len(lines)):
|
||||
|
||||
if char_i == -1:
|
||||
print("Error: versionCode not found")
|
||||
input("Press Enter to exit...")
|
||||
else:
|
||||
print("Done!")
|
||||
|
||||
input("Press Enter to exit...")
|
||||
|
Loading…
Reference in New Issue
Block a user