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

Commit

Permalink
Updated version codes and names
Browse files Browse the repository at this point in the history
  • Loading branch information
LayoutXML committed Nov 9, 2018
1 parent 24fcbcf commit b7d8c48
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
**Step 2. Add the dependency:**
```
dependencies {
implementation 'com.github.LayoutXML:AppListManager:2.0.0'
implementation 'com.github.LayoutXML:AppListManager:2.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.layoutxml.applistmanager"
minSdkVersion 14
targetSdkVersion 28
versionCode 92
versionName "2.0.0"
versionCode 97
versionName "2.1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions applistmanagerlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 92
versionName "2.0.0"
versionCode 97
versionName "2.1.0"

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

Expand Down

0 comments on commit b7d8c48

Please sign in to comment.