Skip to content

Commit

Permalink
v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
donglua committed Jul 16, 2016
1 parent 10c95eb commit 4530f6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PhotoPicker/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 16
versionName "0.8.4"
versionCode 1
versionName "0.8.5"
}
}
apply from: '../gradle/gradle-mvn-push.gradle'
Expand Down
3 changes: 1 addition & 2 deletions gradle/gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apply plugin: 'com.jfrog.bintray'

version = "0.8.4"
version = "0.8.5"
def siteUrl = 'https://github.com/donglua/PhotoPicker' // Homepage URL of the library
def gitUrl = 'https://github.com/donglua/PhotoPicker.git' // Git repository URL
group = "me.iwf.photopicker" // Maven Group ID for the artifact
Expand All @@ -27,7 +27,6 @@ artifacts {
archives sourcesJar
}


def localProperties = project.rootProject.file('local.properties')

Properties properties = new Properties()
Expand Down

0 comments on commit 4530f6a

Please sign in to comment.