@@ -27,24 +27,24 @@ ext.deps = [
27
27
annotation : ' androidx.annotation:annotation:1.2.0-alpha01' ,
28
28
activity_ktx : ' androidx.activity:activity-ktx:1.2.0-alpha06' ,
29
29
appcompat : ' androidx.appcompat:appcompat:1.3.0-alpha01' ,
30
- biometric : ' androidx.biometric:biometric:1.0.1 ' ,
31
- constraint_layout : ' androidx.constraintlayout:constraintlayout:2.0.0-beta6 ' ,
30
+ biometric : ' androidx.biometric:biometric:1.1.0-alpha01 ' ,
31
+ constraint_layout : ' androidx.constraintlayout:constraintlayout:2.0.0-beta7 ' ,
32
32
core_ktx : ' androidx.core:core-ktx:1.5.0-alpha01' ,
33
33
documentfile : ' androidx.documentfile:documentfile:1.0.1' ,
34
34
fragment_ktx : ' androidx.fragment:fragment-ktx:1.3.0-alpha06' ,
35
- lifecycle_common : ' androidx.lifecycle:lifecycle-common-java8:2.3.0-alpha04 ' ,
36
- lifecycle_livedata_ktx : ' androidx.lifecycle:lifecycle-livedata-ktx:2.3.0-alpha04 ' ,
37
- lifecycle_viewmodel_ktx : ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0-alpha04 ' ,
35
+ lifecycle_common : ' androidx.lifecycle:lifecycle-common-java8:2.3.0-alpha05 ' ,
36
+ lifecycle_livedata_ktx : ' androidx.lifecycle:lifecycle-livedata-ktx:2.3.0-alpha05 ' ,
37
+ lifecycle_viewmodel_ktx : ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0-alpha05 ' ,
38
38
material : ' com.google.android.material:material:1.3.0-alpha01' ,
39
39
preference : ' androidx.preference:preference:1.1.1' ,
40
- recycler_view : ' androidx.recyclerview:recyclerview:1.2.0-alpha03 ' ,
40
+ recycler_view : ' androidx.recyclerview:recyclerview:1.2.0-alpha04 ' ,
41
41
recycler_view_selection : ' androidx.recyclerview:recyclerview-selection:1.1.0-rc01' ,
42
42
security : ' androidx.security:security-crypto:1.1.0-alpha01' ,
43
- swiperefreshlayout : ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-rc01 '
43
+ swiperefreshlayout : ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
44
44
],
45
45
46
46
third_party : [
47
- bouncycastle : ' org.bouncycastle:bcprov-jdk15on:1.65' ,
47
+ bouncycastle : ' org.bouncycastle:bcprov-jdk15on:1.65.01 ' ,
48
48
fastscroll : ' me.zhanghai.android.fastscroll:library:1.1.4' ,
49
49
jsch : ' com.jcraft:jsch:0.1.55' ,
50
50
jgit : ' org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r' ,
@@ -55,7 +55,7 @@ ext.deps = [
55
55
ssh_auth : ' org.sufficientlysecure:sshauthentication-api:1.0' ,
56
56
timber : ' com.jakewharton.timber:timber:4.7.1' ,
57
57
timberkt : ' com.github.ajalt:timberkt:1.5.1' ,
58
- whatthestack : ' com.github.haroldadmin:WhatTheStack:0.0.2 ' ,
58
+ whatthestack : ' com.github.haroldadmin:WhatTheStack:0.0.3 ' ,
59
59
],
60
60
61
61
testing : [
0 commit comments