Skip to content

Commit

Permalink
Update version code - v3.7.2 (279)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiergm1983 committed Dec 20, 2019
1 parent bf2f5de commit 47077ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "mega.privacy.android.app"
minSdkVersion 21
targetSdkVersion 28
versionCode 277
versionName "3.7.2 (277)"
versionCode 279
versionName "3.7.2 (279)"
multiDexEnabled true
ndk.abiFilters 'armeabi-v7a','x86', 'x86_64', 'arm64-v8a'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class MegaApplication extends MultiDexApplication implements MegaGlobalLi
final String TAG = "MegaApplication";

final private static int INITIAL_SOUND_LEVEL = 10;
static final public String USER_AGENT = "MEGAAndroid/3.7.2_277";
static final public String USER_AGENT = "MEGAAndroid/3.7.2_279";

DatabaseHandler dbH;
MegaApiAndroid megaApi;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings_donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources>
<string name="app_name" context="Name of the app" translatable="false">MEGA</string>
<string name="pdf_app_name" context="PDF viewer app name" translatable="false">MEGA PDF Viewer</string>
<string name="app_version" context="Version number of the app" translatable="false">3.7.2 (277)</string>
<string name="app_version" context="Version number of the app" translatable="false">3.7.2 (279)</string>
<string name="sdk_version" context="SDK version" translatable="false">bfff951</string>
<string name="karere_version" context="MEGAchat SDK version" translatable="false">969d528</string>
<string name="prolite_account" context="PRO Lite account" translatable="false">Lite</string>
Expand Down

0 comments on commit 47077ee

Please sign in to comment.