Skip to content

Commit 59a00c2

Browse files
committed
update dependency versions
1 parent 65e4352 commit 59a00c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "infosecadventures.allsafe"
1313
minSdkVersion 23
1414
targetSdkVersion 30
15-
versionCode 3
16-
versionName "1.3"
15+
versionCode 4
16+
versionName "1.4"
1717
}
1818

1919
buildTypes {
@@ -49,10 +49,10 @@ dependencies {
4949
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
5050
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
5151
implementation 'androidx.security:security-crypto:1.1.0-alpha03'
52-
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.4'
53-
implementation 'androidx.navigation:navigation-ui-ktx:2.3.4'
52+
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
53+
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
5454
implementation 'com.google.firebase:firebase-database-ktx:19.7.0'
55-
implementation 'com.google.firebase:firebase-storage-ktx:19.2.1'
55+
implementation 'com.google.firebase:firebase-storage-ktx:19.2.2'
5656
implementation 'com.google.android.material:material:1.3.0'
5757
implementation 'com.google.android:flexbox:0.2.5'
5858
implementation "com.squareup.okhttp3:okhttp:4.9.0"

0 commit comments

Comments
 (0)