Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jun 23, 2019
1 parent f2d96a0 commit 7d2c314
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ buildscript {
junitVersion = '4.12'
androidTestVersion = '1.2.0'
androidEspressoVersion = '3.2.0'
versionCode = 4080050
versionName = '4.8.0-nightly'
versionCode = 4080150
versionName = '4.8.1-nightly'
resConfigs = ['es', 'fa', 'fr', 'ja', 'ko', 'ru', 'tr', 'zh-rCN', 'zh-rTW']
}

Expand Down
14 changes: 2 additions & 12 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.vanniktech.maven.publish'

@SuppressWarnings("GroovyUnusedDeclaration")
def getRepositoryUsername() {
return hasProperty('NEXUS_USERNAME') ? NEXUS_USERNAME : ""
}

@SuppressWarnings("GroovyUnusedDeclaration")
def getRepositoryPassword() {
return hasProperty('NEXUS_PASSWORD') ? NEXUS_PASSWORD : ""
}

android {
compileSdkVersion rootProject.compileSdkVersion

Expand Down Expand Up @@ -46,8 +36,8 @@ mavenPublish {
uploadArchives {
releaseRepositoryUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
snapshotRepositoryUrl = "https://oss.sonatype.org/content/repositories/snapshots/"
repositoryUsername = getRepositoryUsername()
repositoryPassword = getRepositoryPassword()
repositoryUsername = NEXUS_USERNAME
repositoryPassword = NEXUS_PASSWORD
}
}
}
Expand Down

0 comments on commit 7d2c314

Please sign in to comment.