@@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
Properties properties = new Properties ()
10
- properties. load(project. rootProject. file(' apikey .properties' ). newDataInputStream())
10
+ properties. load(project. rootProject. file(' local .properties' ). newDataInputStream())
11
11
def apiKey = properties. getProperty(' API_KEY' )
12
12
13
13
android {
@@ -19,7 +19,7 @@ android {
19
19
minSdkVersion 24
20
20
targetSdkVersion 30
21
21
versionCode 1
22
- versionName " 1.0"
22
+ versionName " 1.0.0 "
23
23
24
24
buildConfigField " String" , " API_KEY" , apiKey
25
25
@@ -48,14 +48,15 @@ android {
48
48
dependencies {
49
49
50
50
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"
59
60
60
61
testImplementation " androidx.arch.core:core-testing:2.1.0"
61
62
@@ -76,8 +77,6 @@ dependencies {
76
77
implementation " com.google.dagger:hilt-android:$versions . hilt "
77
78
kapt " com.google.dagger:hilt-compiler:$versions . hilt "
78
79
79
- // implementation 'androidx.hilt:hilt-work:1.0.0'
80
- // kapt 'androidx.hilt:hilt-compiler:1.0.0'
81
80
82
81
// Amplify core dependency
83
82
implementation " com.amplifyframework:core-kotlin:$versions . amplify_core_kotlin "
@@ -92,8 +91,6 @@ dependencies {
92
91
93
92
implementation " com.github.ligi:ipfs-api-kotlin:$versions . ipfs_kotlin "
94
93
95
- implementation " com.cloudinary:cloudinary-android:$versions . cloudinary "
96
-
97
94
implementation " com.jakewharton.timber:timber:$versions . timber "
98
95
99
96
implementation " com.github.bumptech.glide:glide:$versions . glide "
@@ -105,13 +102,13 @@ dependencies {
105
102
106
103
implementation ' com.github.dhaval2404:imagepicker:1.8'
107
104
108
- implementation ' com.github.florent37:inline-activity-result-kotlin:1.0.4'
105
+ // implementation 'com.github.florent37:inline-activity-result-kotlin:1.0.4'
109
106
implementation ' androidx.documentfile:documentfile:1.0.1'
110
107
111
108
testImplementation " com.google.truth:truth:$versions . truth "
112
109
113
110
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 "
116
113
}
117
114
}
0 commit comments