Skip to content

Commit

Permalink
Release v.1.0.1
Browse files Browse the repository at this point in the history
1. Updated release version to 1.0.1
2. Updated support annotations to 25.3.1
  • Loading branch information
yakivmospan committed Apr 4, 2017
1 parent 60d2845 commit b0d38fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-annotations:25.1.0'
compile 'com.android.support:support-annotations:25.3.1'
androidTestCompile 'com.android.support.test:runner:0.5'
androidTestCompile 'com.android.support.test:rules:0.5'
androidTestCompile 'org.hamcrest:hamcrest-library:1.3'
Expand All @@ -41,7 +41,7 @@ ext {
siteUrl = 'https://github.com/yakivmospan/scytale'
gitUrl = 'https://github.com/yakivmospan/scytale.git'

libraryVersion = '1.0.0'
libraryVersion = '1.0.1'

developerId = 'yakivmospan'
developerName = 'Yakiv Mospan'
Expand Down

0 comments on commit b0d38fc

Please sign in to comment.