From 7b44513ed723e0845fa9c01214a8131bc2feee4c Mon Sep 17 00:00:00 2001 From: xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> Date: Fri, 12 Feb 2021 00:38:22 +0800 Subject: Rename build.gradle to build.gradle. --- app/build.gradle | 30 ------------------------------ app/build.gradle. | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 app/build.gradle create mode 100644 app/build.gradle. diff --git a/app/build.gradle b/app/build.gradle deleted file mode 100644 index e1aa5a0..0000000 --- a/app/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' -} diff --git a/app/build.gradle. b/app/build.gradle. new file mode 100644 index 0000000..e1aa5a0 --- /dev/null +++ b/app/build.gradle. @@ -0,0 +1,30 @@ +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