Skip to content

Commit

Permalink
Merge branch 'develop' into release/v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javiergm1983 committed Apr 8, 2019
2 parents 2ff77ed + 6f79b7d commit cae6e3a
Show file tree
Hide file tree
Showing 29 changed files with 1,490 additions and 1,063 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 27
versionCode 231
versionName "3.6.1 (231)"
versionCode 227
versionName "3.6.0 (227)"
multiDexEnabled true
}

Expand Down
2 changes: 1 addition & 1 deletion app/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<ignore path="res/values-ru/strings.xml" />
<ignore path="res/values-uk/strings.xml" />
</issue>
<issue id="NewApi" severity="ignore" />
<issue id="NewApi" severity="error" />
</lint>
6 changes: 3 additions & 3 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="internalOnly"
android:versionCode="231"
android:versionName="3.6.1 (231)" >
android:versionCode="227"
android:versionName="3.6.0 (227)" >

<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
<uses-feature android:name="android.hardware.camera" android:required="false"/>
Expand Down Expand Up @@ -480,7 +480,7 @@
<!-- Used for Google Play Store Campaign Measurement-->
<service
android:name="com.google.android.gms.analytics.CampaignTrackingService" />

<service android:name=".fcm.IncomingMessageService"/>
<service
android:name=".jobservices.CameraUploadsService"
android:permission="android.permission.BIND_JOB_SERVICE"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
public class MegaApplication extends MultiDexApplication implements MegaGlobalListenerInterface, MegaChatRequestListenerInterface, MegaChatNotificationListenerInterface, MegaChatCallListenerInterface, NetworkStateReceiver.NetworkStateReceiverListener, MegaChatListenerInterface {
final String TAG = "MegaApplication";

static final public String USER_AGENT = "MEGAAndroid/3.6.1_231";
static final public String USER_AGENT = "MEGAAndroid/3.6.0_227";

DatabaseHandler dbH;
MegaApiAndroid megaApi;
Expand Down
Loading

0 comments on commit cae6e3a

Please sign in to comment.