update to latest tibia
This commit is contained in:
parent
10b7c3834a
commit
18c7d41d87
@ -65,13 +65,12 @@ ifeq ($(TEMPLATE), android)
|
||||
SDK_DIR := $(HOME)/Android/Sdk
|
||||
ANDROIDX_DIR := $(HOME)/Android/androidx
|
||||
KOTLIN_DIR := $(HOME)/Android/kotlin
|
||||
NDK_VERSION := 28.0.12674087
|
||||
BUILD_TOOLS_VERSION := 35.0.0
|
||||
ANDROID_VERSION := 35
|
||||
ANDROIDX_CORE_VERSION := 1.15.0
|
||||
NDK_VERSION := 28.0.13004108
|
||||
BUILD_TOOLS_VERSION := 36.0.0
|
||||
ANDROIDX_CORE_VERSION := 1.16.0
|
||||
ANDROIDX_LIFECYCLE_COMMON_VERSION := 2.8.7
|
||||
ANDROIDX_VERSIONEDPARCELABLE_VERSION := 1.2.1
|
||||
KOTLIN_STDLIB_VERSION := 2.1.10
|
||||
KOTLINX_COROUTINES_CORE_VERSION := 1.10.1
|
||||
KOTLINX_COROUTINES_CORE_JVM_VERSION := 1.10.1
|
||||
KOTLIN_STDLIB_VERSION := 2.1.20
|
||||
KOTLINX_COROUTINES_CORE_VERSION := 1.10.2
|
||||
KOTLINX_COROUTINES_CORE_JVM_VERSION := 1.10.2
|
||||
endif
|
||||
|
@ -85,8 +85,8 @@ for d in $dirs; do
|
||||
cd $d && $TIBIA_DIR/tibia --data ../common/src/company.json,src/product.json,src/vst3.json,../common/src/$make_json $TIBIA_DIR/templates/vst3-make vst3 $ARGS && cd ..
|
||||
echo "include ../../common/vst3/Makefile" > $d/vst3/Makefile
|
||||
|
||||
cd $d && $TIBIA_DIR/tibia --data ../common/src/company.json,src/product.json,src/android.json $TIBIA_DIR/templates/android android $ARGS && cd ..
|
||||
cd $d && $TIBIA_DIR/tibia --data ../common/src/company.json,src/product.json,src/android.json,../common/src/$make_json $TIBIA_DIR/templates/android-make android $ARGS && cd ..
|
||||
cd $d && $TIBIA_DIR/tibia --data ../common/src/company.json,src/product.json,src/android.json $TIBIA_DIR/templates/android android $ARGS android.androidVersion=\"36\" && cd ..
|
||||
cd $d && $TIBIA_DIR/tibia --data ../common/src/company.json,src/product.json,src/android.json,../common/src/$make_json $TIBIA_DIR/templates/android-make android $ARGS android.androidVersion=\"36\" && cd ..
|
||||
echo "include ../../common/android/Makefile" > $d/android/Makefile
|
||||
|
||||
cd $d && $TIBIA_DIR/tibia --data ../common/src/company.json,src/product.json,src/ios.json $TIBIA_DIR/templates/ios ios $ARGS && cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user