removed devtest, so other sussy changes you dont have to worry about
This commit is contained in:
@@ -4,7 +4,7 @@ android {
|
||||
buildToolsVersion '30.0.3'
|
||||
ndkVersion "$ndk_version"
|
||||
defaultConfig {
|
||||
applicationId 'net.minetest.minetest'
|
||||
applicationId 'xyz.cubesoftware.sussycraft'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
versionName "${versionMajor}.${versionMinor}.${versionPatch}"
|
||||
@@ -53,7 +53,7 @@ android {
|
||||
task prepareAssets() {
|
||||
def assetsFolder = "build/assets"
|
||||
def projRoot = "../.."
|
||||
def gameToCopy = "minetest_game"
|
||||
def gameToCopy = "SussyCraft"
|
||||
|
||||
copy {
|
||||
from "${projRoot}/minetest.conf.example", "${projRoot}/README.md" into assetsFolder
|
||||
|
||||
Reference in New Issue
Block a user