diff --git a/app/build.gradle b/app/build.gradle index 6a4ba42..7ec4c83 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "espero.jiofibatterynotifier" minSdkVersion 17 targetSdkVersion 29 - versionCode 4 - versionName "1.3" + versionCode 5 + versionName "1.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index 3896383..c2401eb 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "properties": [], - "versionCode": 4, - "versionName": "1.3", + "versionCode": 5, + "versionName": "1.4", "enabled": true, "outputFile": "app-release.apk" } diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 68f54eb..bb3a546 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -179,7 +179,7 @@ android:layout_marginTop="10dp" android:alpha="0.5" android:textColor="@color/colorPrimary" - android:text="NOTE\nSudden Increase and Decrease in Battery Level of JioFi are not due to problems in this app.\nThis app only displays what it receives from JioFi.\n\nIf you like the app, Please don't forget to rate." + android:text="NOTE\nSudden Increase and Decrease in Battery Level of JioFi are not due to problems in this app.\nThis app only displays what it receives from JioFi." android:gravity="center_horizontal" />