Skip to content

Commit

Permalink
* [pre-release] v0.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Jan 9, 2016
1 parent 80dc66c commit 89bbdef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It was created so developers can easly animate their RecyclerView. It also takes
#Include in your project
##Using Maven
```javascript
compile('com.mikepenz:itemanimators:0.0.1-SNAPSHOT@aar') {
compile('com.mikepenz:itemanimators:0.1.0-SNAPSHOT@aar') {
transitive = true
}

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 23
versionCode 1
versionName '0.0.1-SNAPSHOT'
versionCode 10
versionName '0.1.0-SNAPSHOT'

applicationVariants.all { variant ->
variant.outputs.each { output ->
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ org.gradle.daemon=true
org.gradle.parallel=true

# Maven stuff
VERSION_NAME=0.0.1-SNAPSHOT
VERSION_CODE=1
VERSION_NAME=0.1.0-SNAPSHOT
VERSION_CODE=10
GROUP=com.mikepenz

POM_DESCRIPTION=ItemAnimators Library
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 23
versionCode 1
versionName '0.0.1-SNAPSHOT'
versionCode 10
versionName '0.1.0-SNAPSHOT'
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
The <b>ItemAnimators</b> library comes with a huge collections of pre-created Animators for your RecyclerView.
]]>
</string>
<string name="library_itemanimators_libraryVersion">0.0.1-SNAPSHOT</string>
<string name="library_itemanimators_libraryVersion">0.1.0-SNAPSHOT</string>
<string name="library_itemanimators_libraryWebsite">https://github.com/mikepenz/itemanimators</string>
<string name="library_itemanimators_licenseId">apache_2_0</string>
<string name="library_itemanimators_isOpenSource">true</string>
Expand Down

0 comments on commit 89bbdef

Please sign in to comment.