Skip to content

Commit

Permalink
Update version code - v3.2.4 (262)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiergm1983 committed Oct 24, 2019
1 parent b117cec commit 298e48a
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 @@ -8,8 +8,8 @@ android {
applicationId "mega.privacy.android.app"
minSdkVersion 11
targetSdkVersion 26
versionCode 155
versionName "3.2.4 (155)"
versionCode 262
versionName "3.2.4 (262)"
}

sourceSets.main {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="mega.privacy.android.app"
android:installLocation="auto"
android:versionCode="155"
android:versionName="3.2.4 (155)" >
android:versionCode="262"
android:versionName="3.2.4 (262)" >

<uses-sdk
android:minSdkVersion="11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

public class MegaApplication extends Application implements MegaListenerInterface, MegaChatListenerInterface, MegaChatRequestListenerInterface {
final String TAG = "MegaApplication";
static final String USER_AGENT = "MEGAAndroid/3.2.4_155";
static final String USER_AGENT = "MEGAAndroid/3.2.4_262";

DatabaseHandler dbH;
MegaApiAndroid megaApi;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources>

<string name="app_name" context="Not translate">MEGA</string>
<string name="app_version" context="Not translate">3.2.4 (155)</string>
<string name="app_version" context="Not translate">3.2.4 (262)</string>
<string name="sdk_version" context="Not translate">2ae8070</string>
<string name="karere_version" context="Not translate">c4f1192</string>
<!--
Expand Down

0 comments on commit 298e48a

Please sign in to comment.