Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v1.3.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Mar 11, 2016
2 parents 9529a33 + 6d77872 commit 7574eee
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It comes with following features:
The Crossfader Library is pushed to [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22com.mikepenz%22), so you just need to add the following dependency to your `build.gradle`.

```javascript
compile('com.mikepenz:crossfader:1.3.5@aar') {
compile('com.mikepenz:crossfader:1.3.6@aar') {
transitive = true
}
```
Expand Down
6 changes: 3 additions & 3 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 10
targetSdkVersion 23
versionCode 135
versionName '1.3.5'
versionCode 136
versionName '1.3.6'

applicationVariants.all { variant ->
variant.outputs.each { output ->
Expand Down Expand Up @@ -51,7 +51,7 @@ android {
dependencies {
compile project(':library')

compile('com.mikepenz:materialdrawer:5.1.1@aar') {
compile('com.mikepenz:materialdrawer:5.1.2@aar') {
transitive = true
}
compile('com.mikepenz:aboutlibraries:5.5.7@aar') {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-beta6'
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.novoda:bintray-release:0.3.4'
}
}

ext {
compileSdkVersion = 23
buildToolsVersion = "23.0.2"
supportLibVersion = "23.2.0"
supportLibVersion = "23.2.1"
}

allprojects {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maven stuff
VERSION_NAME=1.3.5
VERSION_CODE=135
VERSION_NAME=1.3.6
VERSION_CODE=136
GROUP=com.mikepenz

POM_DESCRIPTION=Crossfader 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 135
versionName '1.3.5'
versionCode 136
versionName '1.3.6'
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/res/values/library_crossfader_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<b>Crossfader</b>
]]>
</string>
<string name="library_crossfader_libraryVersion">1.3.5</string>
<string name="library_crossfader_libraryVersion">1.3.6</string>
<string name="library_crossfader_libraryWebsite">https://github.com/mikepenz/Crossfader</string>
<string name="library_crossfader_licenseId">apache_2_0</string>
<string name="library_crossfader_isOpenSource">true</string>
Expand Down

0 comments on commit 7574eee

Please sign in to comment.