Skip to content

Commit ac084ba

Browse files
authored
Merge pull request #10 from itsdrnoob/dev/1.6.1
release v1.6.1
2 parents 271c5fe + cd27027 commit ac084ba

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![License](https://shields.io/badge/version-v1.6.0-087AFF.svg)](https://github.com/itsdrnoob/DataMonitor)
1+
[![License](https://shields.io/badge/version-v1.6.1-087AFF.svg)](https://github.com/itsdrnoob/DataMonitor)
22
[![License](https://shields.io/badge/platform-android-green.svg)](https://github.com/itsdrnoob/DataMonitor)
33
[![License](https://img.shields.io/badge/license-GPL3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
4-
[![License](https://shields.io/badge/release-v1.6.0-blue.svg)](https://github.com/itsdrnoob/DataMonitor/releases)
4+
[![License](https://shields.io/badge/release-v1.6.1-blue.svg)](https://github.com/itsdrnoob/DataMonitor/releases)
55

66
<div align="center">
77
<img src="https://raw.githubusercontent.com/itsdrnoob/DataMonitor/master/images/icon.png" width="20%" height="20%"></img>
@@ -30,8 +30,8 @@ Track all your data usage - at one place
3030
<br><br>
3131

3232
## Download
33-
[<img alt="Get it on AFH" height="50" src="https://www.androidfilehost.com/images/afh.png">](https://www.androidfilehost.com/?fid=15664248565197183654)<br><br>
34-
Or check <a href = "https://github.com/itsdrnoob/DataMonitor/releases/tag/v1.6.0">releases</a>
33+
[<img alt="Get it on AFH" height="50" src="https://www.androidfilehost.com/images/afh.png">](https://www.androidfilehost.com/?fid=15664248565197192383)<br><br>
34+
Or check <a href = "https://github.com/itsdrnoob/DataMonitor/releases/tag/v1.6.1">releases</a>
3535

3636
## License
3737
Check app license <a href = "LICENSE">here</a>

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.drnoob.datamonitor"
1212
minSdkVersion 23
1313
targetSdkVersion 31
14-
versionCode 4
15-
versionName 'v1.6.0'
14+
versionCode 5
15+
versionName 'v1.6.1'
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
tools:ignore="QueryAllPackagesPermission" />
1919
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
2020
<uses-permission android:name="android.permission.INTERNET"/>
21+
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM"/>
2122

2223
<application
2324
android:allowBackup="true"

app/src/main/res/layout/fragment_welcome.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
android:layout_width="100dp"
1414
android:layout_height="100dp"
1515
app:cardCornerRadius="@dimen/margin_mid_large"
16-
app:cardElevation="@dimen/elevation_default">
16+
app:cardElevation="@dimen/elevation_default"
17+
android:background="@android:color/transparent">
1718

1819
<ImageView
1920
android:id="@+id/app_icon"
2021
android:layout_width="match_parent"
2122
android:layout_height="match_parent"
22-
android:src="@mipmap/ic_launcher" />
23+
android:src="@drawable/icon"/>
2324

2425
</androidx.cardview.widget.CardView>
2526

0 commit comments

Comments
 (0)