From 2b938cd07fe11c897a794c5f751fa17bf7574e71 Mon Sep 17 00:00:00 2001 From: xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> Date: Fri, 25 Mar 2022 23:17:53 +0800 Subject: Update build.gradle --- app/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index c39ba1d..7f5523d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ plugins { } android { - compileSdkVersion 29 + compileSdkVersion 31 useLibrary 'org.apache.http.legacy' @@ -12,7 +12,7 @@ android { minSdkVersion 21 targetSdkVersion 31 versionCode 2 - versionName "3.1" + versionName "3.2" } buildTypes { @@ -28,7 +28,6 @@ dependencies { 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