Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![License](https://shields.io/badge/version-v1.6.0-087AFF.svg)](https://github.com/itsdrnoob/DataMonitor)
[![License](https://shields.io/badge/version-v1.6.1-087AFF.svg)](https://github.com/itsdrnoob/DataMonitor)
[![License](https://shields.io/badge/platform-android-green.svg)](https://github.com/itsdrnoob/DataMonitor)
[![License](https://img.shields.io/badge/license-GPL3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
[![License](https://shields.io/badge/release-v1.6.0-blue.svg)](https://github.com/itsdrnoob/DataMonitor/releases)
[![License](https://shields.io/badge/release-v1.6.1-blue.svg)](https://github.com/itsdrnoob/DataMonitor/releases)

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

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

## License
Check app license <a href = "LICENSE">here</a>
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.drnoob.datamonitor"
minSdkVersion 23
targetSdkVersion 31
versionCode 4
versionName 'v1.6.0'
versionCode 5
versionName 'v1.6.1'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
tools:ignore="QueryAllPackagesPermission" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM"/>

<application
android:allowBackup="true"
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/layout/fragment_welcome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
android:layout_width="100dp"
android:layout_height="100dp"
app:cardCornerRadius="@dimen/margin_mid_large"
app:cardElevation="@dimen/elevation_default">
app:cardElevation="@dimen/elevation_default"
android:background="@android:color/transparent">

<ImageView
android:id="@+id/app_icon"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@mipmap/ic_launcher" />
android:src="@drawable/icon"/>

</androidx.cardview.widget.CardView>

Expand Down