Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thermatk committed Dec 31, 2021
1 parent d66f36d commit f597f8f
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 @@ -284,7 +284,7 @@ android {
}
}

defaultConfig.versionCode = 2522
defaultConfig.versionCode = 2526

applicationVariants.all { variant ->
variant.outputs.all { output ->
Expand All @@ -302,7 +302,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionName "8.4.1"
versionName "8.4.2"

vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']
//obtain your own keys at https://core.telegram.org/api/obtaining_api_id
Expand Down

0 comments on commit f597f8f

Please sign in to comment.