From 5098fa5f50fde074c2caa23c790cdee4cd62c5eb Mon Sep 17 00:00:00 2001 From: pr2q9f4bp <3318034587@qq.com> Date: Sun, 19 Nov 2023 15:18:07 +0800 Subject: [PATCH] Update 1:edited files --- build.gradle | 21 +++++++++++++++++++++ local.properties | 8 ++++++++ 2 files changed, 29 insertions(+) create mode 100644 build.gradle create mode 100644 local.properties diff --git a/build.gradle b/build.gradle new file mode 100644 index 0000000..7ace34e --- /dev/null +++ b/build.gradle @@ -0,0 +1,21 @@ +apply plugin: 'com.android.application' + +android { + namespace "net.micode.notes" + compileSdkVersion 30 + buildToolsVersion "30.0.0" + useLibrary 'org.apache.http.legacy' + + defaultConfig { + applicationId "net.micode.notes" + minSdkVersion 30 + targetSdkVersion 30 + } + + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' + } + } +} diff --git a/local.properties b/local.properties new file mode 100644 index 0000000..42d3d61 --- /dev/null +++ b/local.properties @@ -0,0 +1,8 @@ +## This file must *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# Location of the SDK. This is only used by Gradle. +# For customization when using a Version Control System, please read the +# header note. +#Fri Oct 20 10:37:54 CST 2023 +sdk.dir=C\:\\Users\\Donus\\AppData\\Local\\Android\\Sdk