Skip to content

Commit

Permalink
Merge pull request #1623 from meganz/release/v3.8.5a
Browse files Browse the repository at this point in the history
Hotfix Release v3.8.5a
  • Loading branch information
Yenel committed Jan 26, 2021
2 parents 4247139 + d4c6fd8 commit bd42066
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {

minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
versionCode 349
versionName "3.8.5 (349)"
versionCode 350
versionName "3.8.5 (350)"

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 @@ -116,7 +116,7 @@ public class MegaApplication extends MultiDexApplication implements Application.

final String TAG = "MegaApplication";

static final public String USER_AGENT = "MEGAAndroid/3.8.5_349";
static final public String USER_AGENT = "MEGAAndroid/3.8.5_350";

private static PushNotificationSettingManagement pushNotificationSettingManagement;
private static TransfersManagement transfersManagement;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/jni/mega/sdk
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings_donottranslate.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" context="Name of the app" translatable="false">MEGA</string>
<string name="app_version" context="Version number of the app" translatable="false">3.8.5 (349)</string>
<string name="sdk_version" context="SDK version" translatable="false">6e3dfd3</string>
<string name="app_version" context="Version number of the app" translatable="false">3.8.5 (350)</string>
<string name="sdk_version" context="SDK version" translatable="false">08761c0</string>
<string name="karere_version" context="MEGAchat SDK version" translatable="false">84d8967</string>
<string name="lite_account" context="PRO Lite account" translatable="false">Lite</string>
<string name="pro_account" context="PRO account" translatable="false">Pro</string>
Expand Down

0 comments on commit bd42066

Please sign in to comment.