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