diff options
author | xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> | 2021-02-08 19:01:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 19:01:10 +0100 |
commit | 7b4bef4ff871e47a1afb44528ddcf68c246ce583 (patch) | |
tree | 7c07d6fe8687a7a2f7c7d4d5d5c50e5d18e0b442 | |
parent | Add files via upload (diff) | |
download | xManager-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 |
Diffstat (limited to '')
-rw-r--r-- | app/src/build.gradle | 30 |
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'
-}
|