Skip to content

Commit

Permalink
Version bump to 7 / 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Olifer committed Aug 22, 2018
1 parent ca8a4bb commit 9bb74c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}

dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation "com.android.support:appcompat-v7:$rootProject.supportVersion"
implementation "com.android.support:cardview-v7:$rootProject.supportVersion"
implementation "com.android.support:recyclerview-v7:$rootProject.supportVersion"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.0.5
VERSION_CODE=6
VERSION_NAME=1.0.6
VERSION_CODE=7
GROUP=ru.tinkoff.scrollingpagerindicator

POM_DESCRIPTION=Pager indicator inspired by Instagram. Lightweight and easy to set up.
Expand Down

0 comments on commit 9bb74c4

Please sign in to comment.