Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed May 24, 2020
1 parent 5c6a0f6 commit 433a149
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -3,8 +3,8 @@ apply plugin: "com.github.ben-manes.versions"

buildscript {
ext.versions = [
'libVersionCode' : 21002,
'libVersionName' : '2.1.2',
'libVersionCode' : 30000,
'libVersionName' : '3.0.0',
'compileSdk' : 29,
'minSdk' : 14,
'targetSdk' : 29,
Expand Down
4 changes: 2 additions & 2 deletions rssparser/build.gradle
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 21001
versionName "2.1.1"
versionCode versions.libVersionCode
versionName versions.libVersionName
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions samplejava/build.gradle
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.prof.rssparser.sample.java"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 20003
versionName "2.0.3"
versionCode 30000
versionName "3.0.0"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions samplekotlin/build.gradle
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.prof.rssparser.sample.kotlin"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 20003
versionName "2.0.3"
versionCode 30000
versionName "3.0.0"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
@@ -1 +1 @@
include ':app', ':rssparser', ':samplekotlin', ':samplejava'
include ':rssparser', ':samplekotlin', ':samplejava'

0 comments on commit 433a149

Please sign in to comment.