Skip to content

Commit

Permalink
Removed old line
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed Nov 13, 2020
1 parent 9d1b3a8 commit ce072c5
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 "espero.jiofibatterynotifier"
minSdkVersion 17
targetSdkVersion 29
versionCode 4
versionName "1.3"
versionCode 5
versionName "1.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 4,
"versionName": "1.3",
"versionCode": 5,
"versionName": "1.4",
"enabled": true,
"outputFile": "app-release.apk"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>

Expand Down

0 comments on commit ce072c5

Please sign in to comment.