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

Commit b7d8c48

Browse files
committed
Updated version codes and names
1 parent 24fcbcf commit b7d8c48

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ allprojects {
2626
**Step 2. Add the dependency:**
2727
```
2828
dependencies {
29-
implementation 'com.github.LayoutXML:AppListManager:2.0.0'
29+
implementation 'com.github.LayoutXML:AppListManager:2.1.0'
3030
}
3131
```
3232

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 92
10-
versionName "2.0.0"
9+
versionCode 97
10+
versionName "2.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 92
10-
versionName "2.0.0"
9+
versionCode 97
10+
versionName "2.1.0"
1111

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

0 commit comments

Comments
 (0)