Skip to content

Commit

Permalink
* [release] v0.0.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Dec 30, 2015
1 parent cf34936 commit fb42249
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 @@ -8,7 +8,7 @@
#Include in your project
##Using Maven
```javascript
compile('com.mikepenz:fastadapter:0.0.5-SNAPSHOT@aar') {
compile('com.mikepenz:fastadapter:0.0.6-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 @@ -13,8 +13,8 @@ android {
applicationId "com.mikepenz.crossfader.app"
minSdkVersion 11
targetSdkVersion 23
versionCode 5
versionName '0.0.5-SNAPSHOT'
versionCode 6
versionName '0.0.6-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.5-SNAPSHOT
VERSION_CODE=5
VERSION_NAME=0.0.6-SNAPSHOT
VERSION_CODE=6
GROUP=com.mikepenz

POM_DESCRIPTION=FastAdapter Library
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 23
versionCode 5
versionName '0.0.5-SNAPSHOT'
versionCode 6
versionName '0.0.6-SNAPSHOT'
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<b>FastAdapter</b> . . .
]]>
</string>
<string name="library_fastadapter_libraryVersion">0.0.5-SNAPSHOT</string>
<string name="library_fastadapter_libraryVersion">0.0.6-SNAPSHOT</string>
<string name="library_fastadapter_libraryWebsite">https://github.com/mikepenz/FastAdapter</string>
<string name="library_fastadapter_licenseId">apache_2_0</string>
<string name="library_fastadapter_isOpenSource">true</string>
Expand Down

0 comments on commit fb42249

Please sign in to comment.