mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2025-04-21 09:35:04 +02:00
Updated the Android build files
This commit is contained in:
parent
78fb1bc302
commit
23a66800ef
@ -1,11 +1,11 @@
|
|||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
project.ext.set("versionMajor", 5) // Version Major
|
project.ext.set("versionMajor", 8) // Version Major
|
||||||
project.ext.set("versionMinor", 6) // Version Minor
|
project.ext.set("versionMinor", 0) // Version Minor
|
||||||
project.ext.set("versionPatch", 0) // Version Patch
|
project.ext.set("versionPatch", 0) // Version Patch
|
||||||
project.ext.set("versionExtra", "") // Version Extra
|
project.ext.set("versionExtra", "test") // Version Extra
|
||||||
project.ext.set("versionCode", 42) // Android Version Code
|
project.ext.set("versionCode", 42) // Android Version Code
|
||||||
project.ext.set("developmentBuild", 0) // Whether it is a development build, or a release
|
project.ext.set("developmentBuild", 1) // Whether it is a development build, or a release
|
||||||
// NOTE: +2 after each release!
|
// NOTE: +2 after each release!
|
||||||
// +1 for ARM and +1 for ARM64 APK's, because
|
// +1 for ARM and +1 for ARM64 APK's, because
|
||||||
// each APK must have a larger `versionCode` than the previous
|
// each APK must have a larger `versionCode` than the previous
|
||||||
@ -24,8 +24,10 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects
|
||||||
repositories {
|
{
|
||||||
|
repositories
|
||||||
|
{
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
rootProject.name = "Minetest"
|
rootProject.name = "XtreemTest"
|
||||||
include ':app', ':native'
|
include ':app', ':native'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user