Skip to content

Commit

Permalink
Reverted version name to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubkomorowski committed Feb 13, 2017
1 parent 0416fa7 commit 8a6f130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infiniterecyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'me.tatarka.retrolambda'
ext {
PUBLISH_GROUP_ID = 'com.tenclouds'
PUBLISH_ARTIFACT_ID = 'infinite-recyclerview'
PUBLISH_VERSION = '0.0.2'
PUBLISH_VERSION = '0.0.1'
}

android {
Expand All @@ -19,7 +19,7 @@ android {
minSdkVersion 14
targetSdkVersion 25
versionCode 1
versionName "0.0.2"
versionName "0.0.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 8a6f130

Please sign in to comment.