mirror of
https://github.com/blanking003/cx-cocos.git
synced 2025-10-09 08:35:32 +00:00
init
This commit is contained in:
26
cx3-demo/project/cxdemo.android/gradle.properties
Executable file
26
cx3-demo/project/cxdemo.android/gradle.properties
Executable file
@@ -0,0 +1,26 @@
|
||||
android.injected.testOnly=false
|
||||
|
||||
# Android SDK version that will be used as the compile project
|
||||
PROP_COMPILE_SDK_VERSION=28
|
||||
|
||||
# Android SDK version that will be used as the earliest version of android this application can run on
|
||||
PROP_MIN_SDK_VERSION=21
|
||||
|
||||
# Android SDK version that will be used as the latest version of android this application has been tested on
|
||||
PROP_TARGET_SDK_VERSION=27
|
||||
|
||||
# Android Build Tools version that will be used as the compile project
|
||||
PROP_BUILD_TOOLS_VERSION=28.0.2
|
||||
|
||||
# List of CPU Archtexture to build that application with
|
||||
# Available architextures (armeabi-v7a | arm64-v8a | x86)
|
||||
# To build for multiple architexture, use the `:` between them
|
||||
# Example - PROP_APP_ABI=armeabi-v7a
|
||||
PROP_APP_ABI=armeabi-v7a
|
||||
|
||||
# fill in sign information for release mode
|
||||
RELEASE_STORE_FILE=/Applications/CocosCreator/Creator/3.1.1/CocosCreator.app/Contents/Resources/tools/keystore/debug.keystore
|
||||
RELEASE_STORE_PASSWORD=123456
|
||||
RELEASE_KEY_ALIAS=debug_keystore
|
||||
RELEASE_KEY_PASSWORD=123456
|
||||
|
Reference in New Issue
Block a user