From 7b4bef4ff871e47a1afb44528ddcf68c246ce583 Mon Sep 17 00:00:00 2001 From: xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> Date: Tue, 9 Feb 2021 02:01:10 +0800 Subject: Delete build.gradle --- app/src/build.gradle | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 app/src/build.gradle (limited to 'app') 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' -} -- cgit v1.2.3