This repository was archived by the owner on May 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ android {
20
20
21
21
dependencies {
22
22
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'
24
24
implementation ' com.android.support.constraint:constraint-layout:1.1.3'
25
25
implementation project(' :applistmanagerlibrary' )
26
26
testImplementation ' junit:junit:4.12'
27
27
androidTestImplementation ' com.android.support.test:runner:1.0.2'
28
28
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'
30
30
// implementation 'com.github.LayoutXML:AppListManager:1.0.0'
31
31
}
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ android {
23
23
}
24
24
25
25
dependencies {
26
- implementation ' com.android.support:appcompat-v7:28.0.0-rc02 '
26
+ implementation ' com.android.support:appcompat-v7:28.0.0'
27
27
}
You can’t perform that action at this time.
0 commit comments