summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com>2023-02-28 21:33:55 +0100
committerGitHub <noreply@github.com>2023-02-28 21:33:55 +0100
commit955fe00fa35269d93694d3c17f5c996f43bc9f93 (patch)
treea82be1def91294709b10e817ddc1aad45d8c2a0f
parentUpdate README.md (diff)
downloadxManager-955fe00fa35269d93694d3c17f5c996f43bc9f93.tar
xManager-955fe00fa35269d93694d3c17f5c996f43bc9f93.tar.gz
xManager-955fe00fa35269d93694d3c17f5c996f43bc9f93.tar.bz2
xManager-955fe00fa35269d93694d3c17f5c996f43bc9f93.tar.lz
xManager-955fe00fa35269d93694d3c17f5c996f43bc9f93.tar.xz
xManager-955fe00fa35269d93694d3c17f5c996f43bc9f93.tar.zst
xManager-955fe00fa35269d93694d3c17f5c996f43bc9f93.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 22405fb..6c4505d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,7 +12,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 210209
- versionName "4.4"
+ versionName "4.6"
}
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.android.gms:play-services-ads:20.1.0'
+ implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
}