Skip to content

Commit

Permalink
Set version to 1.0.0-rc1 and modify repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dwillmc committed Aug 6, 2018
1 parent ddce611 commit 7d8f8a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

subprojects { project ->
group = 'com.camerakit'
version = '1.0.0-beta3'
version = '1.0.0-rc1'

repositories {
google()
Expand Down
4 changes: 2 additions & 2 deletions camerakit/deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bintray {
key = getBintrayKey()
configurations = ['archives']
pkg {
repo = 'camerakit-android'
repo = 'camerakit-v1-prereleases'
name = 'camerakit-android'
userOrg = 'camerakit'
vcsUrl = 'https://github.com/CameraKit/camerakit-android.git'
Expand Down Expand Up @@ -91,7 +91,7 @@ task deployRelease {

doLast {
bintrayUpload.setUserOrg('camerakit')
bintrayUpload.setRepoName('camerakit-android')
bintrayUpload.setRepoName('camerakit-v1-prereleases')

logger.lifecycle('Deploying version ' + bintrayUpload.getVersionName() + ' in ' + bintrayUpload.getRepoName())
}
Expand Down

0 comments on commit 7d8f8a9

Please sign in to comment.