Skip to content

Commit

Permalink
[General] Update to version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Udhayarajan committed Jul 31, 2022
1 parent 52338d8 commit 9a5bcc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.mugames.vidsnap"
minSdkVersion 21
targetSdkVersion 32
versionCode 10
versionName "4.0.0"
versionCode 11
versionName "4.0.1"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -78,7 +78,7 @@ dependencies {
// implementation files('libs/java-json.jar')

implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'com.google.firebase:firebase-config:21.1.0'
implementation 'com.google.firebase:firebase-config:'
implementation 'com.google.firebase:firebase-database:20.0.5'

//Fetch
Expand Down

0 comments on commit 9a5bcc9

Please sign in to comment.