Skip to content

Commit 7d2c314

Browse files
committed
Bump version
1 parent f2d96a0 commit 7d2c314

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ buildscript {
1212
junitVersion = '4.12'
1313
androidTestVersion = '1.2.0'
1414
androidEspressoVersion = '3.2.0'
15-
versionCode = 4080050
16-
versionName = '4.8.0-nightly'
15+
versionCode = 4080150
16+
versionName = '4.8.1-nightly'
1717
resConfigs = ['es', 'fa', 'fr', 'ja', 'ko', 'ru', 'tr', 'zh-rCN', 'zh-rTW']
1818
}
1919

plugin/build.gradle

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44
apply plugin: 'com.vanniktech.maven.publish'
55

6-
@SuppressWarnings("GroovyUnusedDeclaration")
7-
def getRepositoryUsername() {
8-
return hasProperty('NEXUS_USERNAME') ? NEXUS_USERNAME : ""
9-
}
10-
11-
@SuppressWarnings("GroovyUnusedDeclaration")
12-
def getRepositoryPassword() {
13-
return hasProperty('NEXUS_PASSWORD') ? NEXUS_PASSWORD : ""
14-
}
15-
166
android {
177
compileSdkVersion rootProject.compileSdkVersion
188

@@ -46,8 +36,8 @@ mavenPublish {
4636
uploadArchives {
4737
releaseRepositoryUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
4838
snapshotRepositoryUrl = "https://oss.sonatype.org/content/repositories/snapshots/"
49-
repositoryUsername = getRepositoryUsername()
50-
repositoryPassword = getRepositoryPassword()
39+
repositoryUsername = NEXUS_USERNAME
40+
repositoryPassword = NEXUS_PASSWORD
5141
}
5242
}
5343
}

0 commit comments

Comments
 (0)