summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com>2022-03-01 14:18:20 +0100
committerGitHub <noreply@github.com>2022-03-01 14:18:20 +0100
commit80cb7cb6703de4345bd6919af5e2bd372a4b661b (patch)
tree245bafaf94c3829832f0690ef94e0efe2c9a1573
parentMerge pull request #57 from YazanKasem44/patch-1 (diff)
downloadxManager-80cb7cb6703de4345bd6919af5e2bd372a4b661b.tar
xManager-80cb7cb6703de4345bd6919af5e2bd372a4b661b.tar.gz
xManager-80cb7cb6703de4345bd6919af5e2bd372a4b661b.tar.bz2
xManager-80cb7cb6703de4345bd6919af5e2bd372a4b661b.tar.lz
xManager-80cb7cb6703de4345bd6919af5e2bd372a4b661b.tar.xz
xManager-80cb7cb6703de4345bd6919af5e2bd372a4b661b.tar.zst
xManager-80cb7cb6703de4345bd6919af5e2bd372a4b661b.zip
-rw-r--r--app/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3396a6c..b553039 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,7 +12,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 1
- versionName "2.7"
+ versionName "2.8"
}
buildTypes {
@@ -28,6 +28,7 @@ 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'
}