@@ -34,27 +34,27 @@ android {
34
34
dependencies {
35
35
api mediaPickerDomainDependency
36
36
37
- implementation " com.google.android.material:material:$googleMaterialVersion "
37
+ api " com.google.android.material:material:$googleMaterialVersion "
38
38
39
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinxCoroutinesVersion "
39
+ api " org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinxCoroutinesVersion "
40
40
41
- implementation " androidx.navigation:navigation-fragment-ktx:$androidxNavigationVersion "
42
- implementation " androidx.core:core-ktx:$androidxCoreVersion "
43
- implementation " androidx.appcompat:appcompat:$androidxAppcompatVersion "
44
- implementation " androidx.constraintlayout:constraintlayout:$androidxConstraintlayoutVersion "
45
- implementation " androidx.swiperefreshlayout:swiperefreshlayout:$androidxSwipeToRefreshVersion "
46
- implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$androidxLifecycleVersion "
47
- implementation " androidx.datastore:datastore-preferences:$androidxDatastoreVersion "
41
+ api " androidx.navigation:navigation-fragment-ktx:$androidxNavigationVersion "
42
+ api " androidx.core:core-ktx:$androidxCoreVersion "
43
+ api " androidx.appcompat:appcompat:$androidxAppcompatVersion "
44
+ api " androidx.constraintlayout:constraintlayout:$androidxConstraintlayoutVersion "
45
+ api " androidx.swiperefreshlayout:swiperefreshlayout:$androidxSwipeToRefreshVersion "
46
+ api " androidx.lifecycle:lifecycle-viewmodel-ktx:$androidxLifecycleVersion "
47
+ api " androidx.datastore:datastore-preferences:$androidxDatastoreVersion "
48
48
49
- implementation " com.github.bumptech.glide:glide:$glideVersion "
49
+ api " com.github.bumptech.glide:glide:$glideVersion "
50
50
51
- implementation " com.google.dagger:hilt-android:$gradle . ext . daggerVersion "
52
- implementation " com.google.dagger:hilt-android-compiler:$gradle . ext . daggerVersion "
51
+ api " com.google.dagger:hilt-android:$gradle . ext . daggerVersion "
52
+ api " com.google.dagger:hilt-android-compiler:$gradle . ext . daggerVersion "
53
53
kapt " com.google.dagger:hilt-compiler:$gradle . ext . daggerVersion "
54
54
55
- implementation " com.github.chrisbanes:PhotoView:$chrisbanesPhotoviewVersion "
55
+ api " com.github.chrisbanes:PhotoView:$chrisbanesPhotoviewVersion "
56
56
57
- implementation " org.wordpress:utils:$wordpressUtilsVersion "
57
+ api " org.wordpress:utils:$wordpressUtilsVersion "
58
58
59
59
lintChecks " org.wordpress:lint:$wordpressLintVersion "
60
60
}
0 commit comments