Skip to content

Commit

Permalink
Bump 6.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoInverter authored and NekoInverter committed Jun 10, 2020
1 parent 533eab4 commit afaf981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ android {
}
}

defaultConfig.versionCode = 10 * 1988
defaultConfig.versionCode = 10 * 1989

def tgVoipDexFileName = "libtgvoip.dex"
def tgVoipDexClasses = ["AudioRecordJNI", "AudioTrackJNI", "NativeTgVoipDelegate", "NativeTgVoipInstance", "TgVoipNativeLoader", "Resampler", "VLog"]
Expand Down Expand Up @@ -384,7 +384,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionName "6.2.0"
versionName "6.2.0.1"

vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']

Expand Down

0 comments on commit afaf981

Please sign in to comment.