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

Commit 5a5c52b

Browse files
committed
Implemented library from jitpack instead, generated apk for the sample app
1 parent c14431c commit 5a5c52b

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0.0'
30+
implementation 'com.github.LayoutXML:AppListManager:1.1.0'
3131
}

app/release/app-release.apk

1.53 MB
Binary file not shown.

app/release/output.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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":{}}]

0 commit comments

Comments
 (0)