Skip to content

Commit de781cd

Browse files
committed
update the version
1 parent 874bde3 commit de781cd

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

core/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,19 @@ dependencies {
4545

4646
/* Basic Android */
4747
api 'androidx.appcompat:appcompat:1.4.2'
48-
api 'androidx.core:core-ktx:1.8.0'
4948
api 'androidx.constraintlayout:constraintlayout:2.1.4'
49+
api 'androidx.core:core-ktx:1.8.0'
5050
api 'androidx.exifinterface:exifinterface:1.3.3'
51+
api 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
5152
api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
5253
api 'androidx.security:security-crypto:1.1.0-alpha01'
5354

5455
/* Basic Component */
56+
api 'com.github.stfalcon-studio:StfalconImageViewer:1.0.1'
5557
api 'com.github.tapadoo:alerter:7.1.0'
58+
api 'com.jakewharton.timber:timber:5.0.1'
5659
api 'id.zelory:compressor:3.0.1'
5760
api 'org.greenrobot:eventbus:3.2.0'
58-
api 'com.github.stfalcon-studio:StfalconImageViewer:1.0.1'
59-
api 'com.jakewharton.timber:timber:5.0.1'
6061

6162
/* Glide */
6263
api 'com.github.bumptech.glide:glide:4.13.1'
@@ -110,7 +111,7 @@ afterEvaluate {
110111
from components.release
111112
groupId = 'com.github.crocodic-studio'
112113
artifactId = 'AndroidCoreProject'
113-
version = '4.0.4'
114+
version = '4.0.5'
114115
}
115116
}
116117
}

0 commit comments

Comments
 (0)