Skip to content
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Fung <[email protected]>
  • Loading branch information
fython committed Jul 24, 2017
1 parent d1712b1 commit 569219d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BUILD_TOOLS_VERSION=26.0.0
org.gradle.jvmargs=-Xmx1536m
VERSION_NAME=0.1.0
VERSION_NAME=0.1.1
TARGET_SDK_VERSION=26
VERSION_CODE=1
VERSION_CODE=2
MIN_SDK_VERSION=19
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:26.0.0-beta2'
compile 'com.android.support:recyclerview-v7:25.3.1'
compile 'com.android.support:recyclerview-v7:26.0.0-beta2'
}

0 comments on commit 569219d

Please sign in to comment.