1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-06-30 10:14:04 +00:00

Fix call for Google Play version

This commit is contained in:
NekoInverter 2020-05-27 09:27:34 +08:00
parent 2d7399cad8
commit d3a3bfa8d4
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9
2 changed files with 2 additions and 1 deletions

View File

@ -296,7 +296,7 @@ android {
}
}
defaultConfig.versionCode = 10 * 1954
defaultConfig.versionCode = 10 * 1955
def tgVoipDexFileName = "libtgvoip.dex"
def tgVoipDexClasses = ["AudioRecordJNI", "AudioTrackJNI", "NativeTgVoipDelegate", "NativeTgVoipInstance", "TgVoipNativeLoader", "Resampler", "VLog"]

View File

@ -21,3 +21,4 @@ org.gradle.parallel=true
org.gradle.configureondemand=false
android.useAndroidX=true
android.enableJetifier=true
android.bundle.enableUncompressedNativeLibs=false