summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com>2021-02-08 19:01:10 +0100
committerGitHub <noreply@github.com>2021-02-08 19:01:10 +0100
commit7b4bef4ff871e47a1afb44528ddcf68c246ce583 (patch)
tree7c07d6fe8687a7a2f7c7d4d5d5c50e5d18e0b442
parentAdd files via upload (diff)
downloadxManager-7b4bef4ff871e47a1afb44528ddcf68c246ce583.tar
xManager-7b4bef4ff871e47a1afb44528ddcf68c246ce583.tar.gz
xManager-7b4bef4ff871e47a1afb44528ddcf68c246ce583.tar.bz2
xManager-7b4bef4ff871e47a1afb44528ddcf68c246ce583.tar.lz
xManager-7b4bef4ff871e47a1afb44528ddcf68c246ce583.tar.xz
xManager-7b4bef4ff871e47a1afb44528ddcf68c246ce583.tar.zst
xManager-7b4bef4ff871e47a1afb44528ddcf68c246ce583.zip
-rw-r--r--app/src/build.gradle30
1 files changed, 0 insertions, 30 deletions
diff --git a/app/src/build.gradle b/app/src/build.gradle
deleted file mode 100644
index e1aa5a0..0000000
--- a/app/src/build.gradle
+++ /dev/null
@@ -1,30 +0,0 @@
-apply plugin: 'com.android.application'
-
-android {
- useLibrary 'org.apache.http.legacy'
- compileSdkVersion 28
-
- defaultConfig {
- applicationId "com.xc3fff0e.xmanager"
- minSdkVersion 21
- targetSdkVersion 28
- versionCode 1
- versionName "1.0"
- }
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- }
- }
-}
-
-dependencies {
- compile fileTree(dir: 'libs', include: ['*.jar'])
- implementation 'androidx.appcompat:appcompat:1.1.0'
- implementation 'com.google.android.material:material:1.0.0'
- implementation 'com.google.firebase:firebase-database:19.0.0'
- implementation 'com.github.bumptech.glide:glide:3.7.0'
- implementation 'com.google.code.gson:gson:2.8.0'
- implementation 'com.squareup.okhttp3:okhttp:3.9.1'
-}