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

Commit b38c553

Browse files
committed
Updated dependencies
1 parent 20f6097 commit b38c553

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -20,12 +20,12 @@ android {
2020

2121
dependencies {
2222
implementation fileTree(dir: 'libs', include: ['*.jar'])
23-
implementation 'com.android.support:appcompat-v7:28.0.0-rc02'
23+
implementation 'com.android.support:appcompat-v7:28.0.0'
2424
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
2525
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'
29-
implementation 'com.android.support:recyclerview-v7:28.0.0-rc02'
29+
implementation 'com.android.support:recyclerview-v7:28.0.0'
3030
//implementation 'com.github.LayoutXML:AppListManager:1.0.0'
3131
}

applistmanagerlibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ android {
2323
}
2424

2525
dependencies {
26-
implementation 'com.android.support:appcompat-v7:28.0.0-rc02'
26+
implementation 'com.android.support:appcompat-v7:28.0.0'
2727
}

0 commit comments

Comments
 (0)