Skip to content

Commit

Permalink
4.9.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
23rd committed Nov 11, 2018
1 parent 48492e1 commit ad1f0d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ android {
}
}

defaultConfig.versionCode = 13583
defaultConfig.versionCode = 13584

sourceSets.debug {
manifest.srcFile 'config/debug/AndroidManifest.xml'
Expand Down Expand Up @@ -232,7 +232,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
versionName "4.9.1.3"
versionName "4.9.1.4"

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public class BuildVars {
public static boolean DEBUG_PRIVATE_VERSION = false;
public static boolean LOGS_ENABLED = false;
public static boolean CHECK_UPDATES = true;
public static int BUILD_VERSION = 13583;
public static String BUILD_VERSION_STRING = "4.9.1.3";
public static int BUILD_VERSION = 13584;
public static String BUILD_VERSION_STRING = "4.9.1.4";
public static String PLAYSTORE_APP_URL = "";

// Private vars.
Expand Down

0 comments on commit ad1f0d7

Please # to comment.