Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Bump to version 11
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <[email protected]>
  • Loading branch information
enricocid committed Aug 9, 2019
1 parent 0dcaa3e commit d16a6f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Another chapter in the series "I'm bored"

[![API](https://img.shields.io/badge/API-21%2B-blue.svg?style=flat-square)](https://android-arsenal.com/api?level=21)
[![API](https://img.shields.io/badge/API-21%2B-blue.svg?style=flat-square)](https://android-arsenal.com/api?level=21) [![Donate on PayPal](https://img.shields.io/badge/PayPal-Donate%20Now-brightgreen.svg)](https://paypal.me/enricocid)

[PRIVACY POLICY](https://github.com/enricocid/VectorifyDaHome/blob/master/PRIVACY-POLICY.md)

Expand All @@ -10,7 +10,7 @@



###### Current version: [(10) 1.2.3](https://github.com/enricocid/VectorifyDaHome/releases/tag/v1.2.3)
###### Current version: [(11) 1.3.0](https://github.com/enricocid/VectorifyDaHome/releases/tag/v1.3.0)
###### Based on the project [Potate da home](https://github.com/enricocid/PotateDaHome)

![Screenshots](https://raw.githubusercontent.com/enricocid/VectorifyDaHome/master/vdh3.gif)
Expand Down
4 changes: 2 additions & 2 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.iven.iconify"
minSdkVersion 21
targetSdkVersion 29
versionCode 10
versionName "1.2.3"
versionCode 11
versionName "1.3.0"
}

// Configure only for each module that uses Java 8
Expand Down
1 change: 0 additions & 1 deletion project/app/src/main/java/com/iven/vectorify/ui/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ object Utils {
//make rationale permission dialog
@JvmStatic
private fun openVectorifyDaHomeDetails(context: Context) {

try {
//Open the specific App Info page:
val intent = Intent(android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS)
Expand Down

0 comments on commit d16a6f7

Please sign in to comment.