Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Jun 10, 2018
1 parent 5f9f24e commit de649af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ android {
applicationId "jahirfiquitiva.apps.blueprint.demo"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 122
versionName "1.2.2"
versionCode 123
versionName "1.2.3"
vectorDrawables.useSupportLibrary = true
proguardFiles 'proguard-android-optimize.txt', 'proguard-rules.pro'
consumerProguardFiles 'proguard-android-optimize.txt', 'proguard-rules.pro'
Expand Down Expand Up @@ -86,7 +86,7 @@ android {

dependencies {
// Blueprint
implementation('com.jahirfiquitiva:Blueprint:1.2.2@aar') {
implementation('com.jahirfiquitiva:Blueprint:1.2.3@aar') {
transitive = true
}
// TODO: Remove comment marks to enable
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values/blueprint_configs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@
<!--
Set a drawable name in case you want to use a static picture for icons preview.
Leave empty if you don't want to use a static one.
Set the bool below to true if you want your static picture to be set by default, instead
of user's wallpaper. Otherwise, leave it as false.
-->
<string name="icons_preview_picture"></string>
<bool name="static_preview_picture_by_default">false</bool>

<!--
Do you want the app to read the icons from res/xml/drawable.xml ? (true)
Expand Down

0 comments on commit de649af

Please sign in to comment.