@@ -50,27 +50,29 @@ android {
50
50
51
51
dependencies {
52
52
53
+ // Either Jitpack repository or project module :library.
53
54
// implementation "io.syslogic:androidx-colorpicker:1.1.0"
54
55
implementation project(path : ' :library' )
55
56
56
- implementation " com.google.android.material:material:1.6.1"
57
+ implementation " com.google.android.material:material:$material_version "
58
+
59
+ implementation " androidx.core:core-ktx:$core_version "
60
+ implementation " androidx.appcompat:appcompat:$appcompat_version "
61
+ implementation " androidx.preference:preference-ktx:$preference_version "
57
62
58
- implementation " androidx.appcompat:appcompat:1.4.2"
59
- implementation " androidx.preference:preference-ktx:1.2.0"
60
63
implementation " androidx.navigation:navigation-runtime-ktx:$nav_version "
61
64
implementation " androidx.navigation:navigation-fragment-ktx:$nav_version "
62
65
implementation " androidx.navigation:navigation-ui-ktx:$nav_version "
63
66
64
67
// https://mvnrepository.com/artifact/androidx.compose
65
- implementation ' androidx.activity:activity-compose:1.5.0'
66
-
68
+ implementation " androidx.activity:activity-compose:1.5.0"
67
69
implementation " androidx.compose.ui:ui:$compose_version "
68
70
implementation " androidx.compose.runtime:runtime:$compose_version "
69
71
implementation " androidx.compose.material:material:$compose_version "
70
72
implementation " androidx.compose.foundation:foundation:$compose_version "
71
73
debugImplementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
72
74
73
- testImplementation " junit:junit:4.13.2 "
75
+ testImplementation " junit:junit:$j unit_version "
74
76
androidTestImplementation " androidx.test.ext:junit:1.1.3"
75
77
androidTestImplementation " androidx.navigation:navigation-testing:$nav_version "
76
78
androidTestImplementation " androidx.test.uiautomator:uiautomator:2.2.0"
0 commit comments