@@ -7,7 +7,7 @@ plugins {
77}
88
99Properties properties = new Properties ()
10- properties. load(project. rootProject. file(' apikey .properties' ). newDataInputStream())
10+ properties. load(project. rootProject. file(' local .properties' ). newDataInputStream())
1111def apiKey = properties. getProperty(' API_KEY' )
1212
1313android {
@@ -19,7 +19,7 @@ android {
1919 minSdkVersion 24
2020 targetSdkVersion 30
2121 versionCode 1
22- versionName " 1.0"
22+ versionName " 1.0.0 "
2323
2424 buildConfigField " String" , " API_KEY" , apiKey
2525
@@ -48,14 +48,15 @@ android {
4848dependencies {
4949
5050 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$versions . kotlin "
51- implementation ' androidx.core:core-ktx:1.5.0'
52- implementation ' androidx.appcompat:appcompat:1.3.0'
53- implementation ' com.google.android.material:material:1.3.0'
54- implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
55- implementation ' androidx.legacy:legacy-support-v4:1.0.0'
56- testImplementation ' junit:junit:4.13.2'
57- androidTestImplementation ' androidx.test.ext:junit:1.1.2'
58- androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
51+ implementation " androidx.core:core-ktx:$versions . coreKtx "
52+ implementation " androidx.appcompat:appcompat:$versions . appCompat "
53+ implementation " com.google.android.material:material:$versions . material "
54+ implementation " androidx.constraintlayout:constraintlayout:$versions . material "
55+ implementation " androidx.legacy:legacy-support-v4:$versions . legacySupportV4 "
56+
57+ testImplementation " junit:junit:4.13.2"
58+ androidTestImplementation " androidx.test.ext:junit:1.1.3"
59+ androidTestImplementation " androidx.test.espresso:espresso-core:3.4.0"
5960
6061 testImplementation " androidx.arch.core:core-testing:2.1.0"
6162
@@ -76,8 +77,6 @@ dependencies {
7677 implementation " com.google.dagger:hilt-android:$versions . hilt "
7778 kapt " com.google.dagger:hilt-compiler:$versions . hilt "
7879
79- // implementation 'androidx.hilt:hilt-work:1.0.0'
80- // kapt 'androidx.hilt:hilt-compiler:1.0.0'
8180
8281 // Amplify core dependency
8382 implementation " com.amplifyframework:core-kotlin:$versions . amplify_core_kotlin "
@@ -92,8 +91,6 @@ dependencies {
9291
9392 implementation " com.github.ligi:ipfs-api-kotlin:$versions . ipfs_kotlin "
9493
95- implementation " com.cloudinary:cloudinary-android:$versions . cloudinary "
96-
9794 implementation " com.jakewharton.timber:timber:$versions . timber "
9895
9996 implementation " com.github.bumptech.glide:glide:$versions . glide "
@@ -105,13 +102,13 @@ dependencies {
105102
106103 implementation ' com.github.dhaval2404:imagepicker:1.8'
107104
108- implementation ' com.github.florent37:inline-activity-result-kotlin:1.0.4'
105+ // implementation 'com.github.florent37:inline-activity-result-kotlin:1.0.4'
109106 implementation ' androidx.documentfile:documentfile:1.0.1'
110107
111108 testImplementation " com.google.truth:truth:$versions . truth "
112109
113110 dependencies {
114- debugImplementation " com.github.chuckerteam.chucker:library:3.4.0 "
115- releaseImplementation " com.github.chuckerteam.chucker:library-no-op:3.4.0 "
111+ debugImplementation " com.github.chuckerteam.chucker:library:$v ersions . chucker "
112+ releaseImplementation " com.github.chuckerteam.chucker:library-no-op:$v ersions . chucker "
116113 }
117114}
0 commit comments