Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrivoruchko committed Aug 24, 2021
1 parent 042aa19 commit 4ea2e00
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 @@ -12,8 +12,8 @@ android {
applicationId = "info.dvkr.screenstream"
minSdkVersion(21)
targetSdkVersion(30)
versionCode = 30705
versionName = "3.7.5"
versionCode = 30706
versionName = "3.7.6"
resConfigs("en", "ru", "pt-rBR", "zh-rTW", "fr-rFR", "fa", "it", "pl", "hi", "de", "sk", "es", "ar", "ja", "gl", "ca", "uk")

vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -124,7 +124,7 @@ dependencies {
}
firebaseImplementation("com.google.firebase:firebase-analytics:19.0.0")
firebaseImplementation("com.google.firebase:firebase-crashlytics:18.2.1")
firebaseImplementation("com.google.android.gms:play-services-ads:20.2.0")
firebaseImplementation("com.google.android.gms:play-services-ads:20.3.0")

debugImplementation("com.squareup.leakcanary:leakcanary-android:2.7")
}
Expand Down

0 comments on commit 4ea2e00

Please sign in to comment.