Skip to content

Commit

Permalink
Updated the version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Mar 19, 2016
1 parent 9daf1a4 commit f8f7de9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
dependencies {
//...
compile 'com.devbrackets.android:playlistcore:1.0.1'
compile 'com.devbrackets.android:playlistcore:1.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

dependencies {
compile project(':library')
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:appcompat-v7:23.2.1'
compile 'com.squareup.picasso:picasso:2.5.2'
}

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ apply plugin: 'bintray-release'

def versionMajor = 1
def versionMinor = 0
def versionPatch = 1
def versionPatch = 2

def libraryGroupId = 'com.devbrackets.android'
def libraryBaseName = 'playlistcore'
def libraryVersion = "${versionMajor}.${versionMinor}.${versionPatch}" // release version

dependencies {
// Android
compile 'com.android.support:appcompat-v7:23.2.0' // includes support-v4
compile 'com.android.support:appcompat-v7:23.2.1' // includes support-v4
}

android {
Expand Down

0 comments on commit f8f7de9

Please sign in to comment.