Commit 2e32c3e1 authored by fallenstardust's avatar fallenstardust

3.3.11 LOGO

parent 67383e04
...@@ -48,10 +48,11 @@ libYGOMobile.so ...@@ -48,10 +48,11 @@ libYGOMobile.so
/mobile/assets/*.cdb /mobile/assets/*.cdb
/mobile/assets_ko/data/*.cdb /mobile/assets_ko/data/*.cdb
/mobile/assets_en/data/*.cdb /mobile/assets_en/data/*.cdb
/mobile/libs/*.aar /mobile/libs/libWindbot.aar
/*.zip /*.zip
/*.cdb /*.cdb
/mobile/assets/data/textures/Thumbs.db /mobile/assets/data/textures/Thumbs.db
/mobile/src/main/res/drawable-xhdpi/Thumbs.db /mobile/src/main/res/drawable-xhdpi/Thumbs.db
Thumbs.db Thumbs.db
output.json
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
applicationId "cn.garymb.ygomobile" applicationId "cn.garymb.ygomobile"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 331001221 versionCode 331101228
versionName "3.3.10" versionName "3.3.11"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndk { ndk {
...@@ -99,5 +99,8 @@ dependencies { ...@@ -99,5 +99,8 @@ dependencies {
implementation 'com.nightonke:boommenu:2.1.0' implementation 'com.nightonke:boommenu:2.1.0'
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar'])
//
implementation(name: 'paysdk-release-1.2.3', ext: 'aar')
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment