Commit bdc1701 1 parent 3df89a3 commit bdc1701 Copy full SHA for bdc1701
File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ catalog {
28
28
version(" work" , work)
29
29
version(" camerax" , camerax)
30
30
version(" navigation" , navigation)
31
+ version(" viewpager2" , viewpager2)
31
32
}
32
33
33
34
plugin(" navigation-safeArgs" , " androidx.navigation.safeargs.kotlin" ).versionRef(" navigation" )
@@ -39,6 +40,7 @@ catalog {
39
40
library(" biometric" , " androidx.biometric" , " biometric" ).versionRef(" biometric" )
40
41
library(" browser" , " androidx.browser" , " browser" ).versionRef(" browser" )
41
42
library(" constraintlayout" , " androidx.constraintlayout" , " constraintlayout" ).versionRef(" constraintlayout" )
43
+ library(" viewpager2" , " androidx.viewpager2" , " viewpager2" ).versionRef(" viewpager2" )
42
44
43
45
library(" core" , " androidx.core" , " core-ktx" ).versionRef(" core" )
44
46
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object C {
7
7
const val PROJECT_NAME = " Magic Catalogs"
8
8
const val PROJECT_DESCRIPTION = " Dependency versions for modern android applications"
9
9
10
- const val PROJECT_VERSION = " 3.0.1 "
10
+ const val PROJECT_VERSION = " 3.0.2 "
11
11
const val PROJECT_GROUP_ID = " com.kroegerama.magic-catalogs"
12
12
13
13
const val PROJECT_URL = " https://github.com/kroegerama/magic-catalogs"
Original file line number Diff line number Diff line change 1
1
object AndroidX {
2
- val activity = " 1.7.2 "
2
+ val activity = " 1.8.0 "
3
3
val appcompat = " 1.6.1"
4
4
val autofill = " 1.1.0"
5
5
val biometric = " 1.1.0"
@@ -12,13 +12,14 @@ object AndroidX {
12
12
val fragment = " 1.6.1"
13
13
val hilt = " 1.0.0"
14
14
val lifecycle = " 2.6.2"
15
- val navigation = " 2.7.2 "
15
+ val navigation = " 2.7.4 "
16
16
val paging = " 3.2.1"
17
17
val preference = " 1.2.1"
18
18
val recyclerview = " 1.3.1"
19
19
val recyclerviewSelection = " 1.1.0"
20
20
val room = " 2.5.2"
21
21
val swiperefresh = " 1.1.0"
22
+ val viewpager2 = " 1.0.0"
22
23
val work = " 2.8.1"
23
24
}
24
25
@@ -31,25 +32,25 @@ object Magic {
31
32
32
33
val desugar = " 2.0.3"
33
34
34
- val dagger = " 2.48"
35
+ val dagger = " 2.48.1 "
35
36
36
37
val moshi = " 1.15.0"
37
38
val okhttp = " 4.11.0"
38
39
val retrofit = " 2.9.0"
39
40
40
- val material = " 1.9 .0"
41
+ val material = " 1.10 .0"
41
42
42
43
val timber = " 5.0.1"
43
44
val logcat = " 0.1"
44
45
45
46
val coil = " 2.4.0"
46
- val chucker = " 3.5.2 "
47
+ val chucker = " 4.0.0 "
47
48
48
49
val arrow = " 1.2.1"
49
50
val zxing = " 3.5.2"
50
51
51
52
val spotless = " 6.19.0"
52
53
val grgit = " 5.2.0"
53
54
54
- val androidGradle = " 8.1.1 "
55
+ val androidGradle = " 8.1.2 "
55
56
}
You can’t perform that action at this time.
0 commit comments