From bbf65c7dec6ce91512aa4cb38216891a54a89215 Mon Sep 17 00:00:00 2001 From: xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> Date: Sun, 24 Apr 2022 22:37:30 +0800 Subject: Update build.gradle --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 281b517..eab9eb6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { minSdkVersion 21 targetSdkVersion 31 versionCode 3 - versionName "3.3" + versionName "3.4" } buildTypes { @@ -27,7 +27,6 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.4.0' - implementation 'com.google.firebase:firebase-database:19.0.0' implementation 'com.google.android.gms:play-services-ads:20.1.0' implementation 'com.google.code.gson:gson:2.8.7' implementation 'com.squareup.okhttp3:okhttp:3.9.1' -- cgit v1.2.3