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 4
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <[email protected]>
  • Loading branch information
enricocid committed Aug 1, 2019
1 parent d36b29d commit 26df005
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 13 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@

![Screenshots](https://raw.githubusercontent.com/enricocid/VectorifyDaHome/master/bored2.png)

# <img src ="https://upload.wikimedia.org/wikipedia/commons/b/b5/Kotlin-logo.png" width=24> Vectorify da home
# <img src ="https://upload.wikimedia.org/wikipedia/commons/b/b5/Kotlin-logo.png" width=24> Vectorify da home!

###### Vectorify da home!
###### Current version: (3) 1.0.2
###### Current version: (4) 1.1.0

![Screenshots](https://raw.githubusercontent.com/enricocid/VectorifyDaHome/master/vdh.gif)
![Screenshots](https://raw.githubusercontent.com/enricocid/VectorifyDaHome/master/vdh2.gif)


# Downloads
Expand Down
5 changes: 2 additions & 3 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ android {
applicationId "com.iven.iconify"
minSdkVersion 21
targetSdkVersion 29
versionCode 3
versionName "1.0.2"
versionCode 4
versionName "1.1.0"
}


applicationVariants.all { variant ->
variant.resValue "string", "versionName", variant.versionName }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
android:layout_height="wrap_content"
android:layout_margin="16dp"
app:chipBackgroundColor="@color/activity_background_color_dark"
app:chipStrokeWidth="1dp"
android:alpha="0.5"
android:textColor="@color/bottom_bar_color"
android:onClick="setSystemAccentForBackground"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:onClick="setSystemAccentForIcon"
app:chipStrokeWidth="1dp"
android:alpha="0.5"
android:textColor="@color/bottom_bar_color"
app:chipBackgroundColor="@color/activity_background_color_dark"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
android:layout_height="wrap_content"
android:layout_margin="16dp"
app:chipBackgroundColor="@color/activity_background_color_dark"
app:chipStrokeWidth="1dp"
android:alpha="0.5"
android:textColor="@color/bottom_bar_color"
android:onClick="setSystemAccentForBackground"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:onClick="setSystemAccentForIcon"
app:chipStrokeWidth="1dp"
android:alpha="0.5"
android:textColor="@color/bottom_bar_color"
app:chipBackgroundColor="@color/activity_background_color_dark"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
android:layout_height="wrap_content"
android:layout_margin="16dp"
app:chipBackgroundColor="@color/activity_background_color_dark"
app:chipStrokeWidth="1dp"
android:alpha="0.5"
android:textColor="@color/bottom_bar_color"
android:onClick="setSystemAccentForBackground"
Expand Down
1 change: 0 additions & 1 deletion project/app/src/main/res/layout/icon_color_pref_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:onClick="setSystemAccentForIcon"
app:chipStrokeWidth="1dp"
android:alpha="0.5"
android:textColor="@color/bottom_bar_color"
app:chipBackgroundColor="@color/activity_background_color_dark"
Expand Down
Binary file removed vdh.gif
Binary file not shown.
Binary file added vdh2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26df005

Please sign in to comment.