Skip to content

Commit

Permalink
Preparing for Release v1.9.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
r0adkll committed Aug 14, 2019
1 parent 08c5b9a commit 19dab98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'io.fabric'
def GIT_SHA = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.trim()
def GIT_TAG = 'git describe --tags'.execute([], project.rootDir).text.trim()

def VERSION_NAME = "1.9.0-RC6"
def VERSION_NAME = "1.9.0"


ext.gitVersioner = [
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/menu/activity_collection_set.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
android:icon="@drawable/ic_action_add_card"
android:title="@string/action_add_all"
app:showAsAction="always"
android:visible="false"
/>
</menu>

0 comments on commit 19dab98

Please sign in to comment.