This commit is contained in:
世界 2020-04-01 02:13:05 +08:00
parent 0a3b6a92b3
commit 7c70f4c961
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ jobs:
cd ../jni
wgile :
while :
do
sudo apt-get install -y ninja-build && break
sleep 5

View File

@ -231,8 +231,8 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionName "6.0.1.1"
versionCode = 5
versionName "6.0.1.2"
versionCode = 6
vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']