Skip to content

Commit f2820c4

Browse files
chore(release): remove VERSION_CODE (#2388)
1 parent c9fa88c commit f2820c4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ subprojects { project ->
3030
private void configureAndroidLibrary(Project project) {
3131
project.android {
3232
defaultConfig {
33-
versionCode rootProject.findProperty('VERSION_CODE').toInteger()
3433
versionName rootProject.findProperty('VERSION_NAME')
3534
}
3635
}
37-
}
36+
}

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ android.enableJetifier=true
2626

2727
GROUP=com.amazonaws
2828
VERSION_NAME=2.22.2
29-
VERSION_CODE=022202
3029

3130
POM_URL=https://github.com/aws/aws-sdk-android
3231
POM_SCM_URL=https://github.com/aws/aws-sdk-android

0 commit comments

Comments
 (0)