Skip to content

Commit

Permalink
Merge branch 'release/2.5.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitletondor committed Dec 30, 2022
2 parents f512f10 + bcac032 commit 72fbdf0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Android/EasyBudget/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android {
applicationId "com.benoitletondor.easybudgetapp"
minSdkVersion 21
targetSdkVersion 33
versionCode 85
versionName "2.5.2"
versionCode 86
versionName "2.5.3"
vectorDrawables.useSupportLibrary = true

javaCompileOptions {
Expand Down Expand Up @@ -126,6 +126,7 @@ dependencies {
implementation "com.google.firebase:firebase-messaging-ktx"
implementation 'com.google.firebase:firebase-storage'
implementation 'com.google.firebase:firebase-crashlytics'
implementation 'com.google.firebase:firebase-analytics-ktx'
implementation 'com.firebaseui:firebase-ui-auth:8.0.2'

implementation 'com.android.billingclient:billing-ktx:5.1.0'
Expand Down

0 comments on commit 72fbdf0

Please sign in to comment.