Commit 15492547 authored by jade.woodward's avatar jade.woodward

Also forgot to commit this

uuuggghhh why
parent 3f6ea82c
......@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "com.example.test1"
applicationId "com.example.soulfood"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
......@@ -16,6 +16,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}
}
repositories {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment