Skip to content

Commit 98c49f2

Browse files
author
Riyaldi Hasan
authored
Merge pull request #6 from riyhs/submission-2
update
2 parents 7837e49 + 09255bf commit 98c49f2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "com.riyaldi.gamekuy"
1616
minSdkVersion 23
1717
targetSdkVersion 30
18-
versionCode 1
19-
versionName "1.0"
18+
versionCode 2
19+
versionName "1.1"
2020

2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
}

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
defaultConfig {
1414
minSdkVersion 23
1515
targetSdkVersion 30
16-
versionCode 1
17-
versionName "1.0"
16+
versionCode 2
17+
versionName "1.1"
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
consumerProguardFiles "consumer-rules.pro"

favorite/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "com.riyaldi.gamekuy.favorite"
1515
minSdkVersion 23
1616
targetSdkVersion 30
17-
versionCode 1
18-
versionName "1.0"
17+
versionCode 2
18+
versionName "1.1"
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
}

0 commit comments

Comments
 (0)