summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com>2022-04-05 16:04:09 +0200
committerGitHub <noreply@github.com>2022-04-05 16:04:09 +0200
commit062bd576ed10cdb81136bee77f264c10cbe5b799 (patch)
tree539e17ebf6f57e6a4b8226ef0ccb47da4d84e909
parentUpdate README.md (diff)
downloadxManager-062bd576ed10cdb81136bee77f264c10cbe5b799.tar
xManager-062bd576ed10cdb81136bee77f264c10cbe5b799.tar.gz
xManager-062bd576ed10cdb81136bee77f264c10cbe5b799.tar.bz2
xManager-062bd576ed10cdb81136bee77f264c10cbe5b799.tar.lz
xManager-062bd576ed10cdb81136bee77f264c10cbe5b799.tar.xz
xManager-062bd576ed10cdb81136bee77f264c10cbe5b799.tar.zst
xManager-062bd576ed10cdb81136bee77f264c10cbe5b799.zip
-rw-r--r--app/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7f5523d..281b517 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,8 +11,8 @@ android {
applicationId "com.xc3fff0e.xmanager"
minSdkVersion 21
targetSdkVersion 31
- versionCode 2
- versionName "3.2"
+ versionCode 3
+ versionName "3.3"
}
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'
}