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

Commit a15876c

Browse files
committed
Sample app update
1 parent f523677 commit a15876c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 4 additions & 4 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 2
10-
versionName "1.1.0"
9+
versionCode 92
10+
versionName "2.0.0"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {
@@ -22,10 +22,10 @@ dependencies {
2222
implementation fileTree(dir: 'libs', include: ['*.jar'])
2323
implementation 'com.android.support:appcompat-v7:28.0.0'
2424
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
25-
implementation project(':applistmanagerlibrary')
25+
//implementation project(':applistmanagerlibrary')
2626
testImplementation 'junit:junit:4.12'
2727
androidTestImplementation 'com.android.support.test:runner:1.0.2'
2828
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
2929
implementation 'com.android.support:recyclerview-v7:28.0.0'
30-
//implementation 'com.github.LayoutXML:AppListManager:1.1.0'
30+
implementation 'com.github.LayoutXML:AppListManager:2.0.0'
3131
}

app/release/app-release.apk

1.52 KB
Binary file not shown.

app/release/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":2,"versionName":"1.1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
1+
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":92,"versionName":"2.0.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

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

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

0 commit comments

Comments
 (0)