Skip to content

Commit

Permalink
Update version code - v3.7.1 (260)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiergm1983 committed Oct 7, 2019
1 parent 857b6d1 commit 916e2c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 259
versionName "3.7.1 (259)"
versionCode 260
versionName "3.7.1 (260)"
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 @@ -105,7 +105,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.1_259";
static final public String USER_AGENT = "MEGAAndroid/3.7.1_260";

DatabaseHandler dbH;
MegaApiAndroid megaApi;
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings_donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<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.1 (259)</string>
<string name="sdk_version" context="SDK version" translatable="false">1019e06</string>
<string name="app_version" context="Version number of the app" translatable="false">3.7.1 (260)</string>
<string name="sdk_version" context="SDK version" translatable="false">49df2e3</string>
<string name="karere_version" context="MEGAchat SDK version" translatable="false">f9301e7</string>
<string name="prolite_account" context="PRO Lite account" translatable="false">Lite</string>
<string name="pro1_account" context="PRO I account" translatable="false">PRO I</string>
Expand Down

0 comments on commit 916e2c7

Please sign in to comment.