Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit 20f6097

Browse files
committed
Updated version codes
1 parent 749232a commit 20f6097

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.layoutxml.applistmanager"
77
minSdkVersion 14
88
targetSdkVersion 28
9-
versionCode 1
10-
versionName "1.0"
9+
versionCode 2
10+
versionName "1.1.0"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

applistmanagerlibrary/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 14
88
targetSdkVersion 28
9-
versionCode 1
10-
versionName "1.0"
9+
versionCode 2
10+
versionName "1.1.0"
1111

1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313

0 commit comments

Comments
 (0)