diff --git a/.github/ISSUE_TEMPLATE/android-kotlin-fundamentals.md b/.github/ISSUE_TEMPLATE/android-kotlin-fundamentals.md new file mode 100644 index 000000000..95039a942 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/android-kotlin-fundamentals.md @@ -0,0 +1,26 @@ +--- +name: Android Kotlin Fundamentals +about: Describe this issue template's purpose here. +title: 'Android Kotlin Fundamentals codelab: ' +labels: '' +assignees: '' + +--- + +**Describe the problem** +A clear and concise description of what the problem is. + +**In which lesson and step of the codelab can this issue be found?** +Lesson number + step number. + +**How to reproduce?** +What are the exact steps to reproduce the problem? + +**Versions** +1. What version of Android Studio are you using? +2. What API level are you targeting? + +**Additional information** +Add any other context about the problem here. + +**codelab:** android-kotlin-fundamentals diff --git a/MarsRealEstateFinal/app/build.gradle b/MarsRealEstateFinal/app/build.gradle index f73f1efb9..40ebedcd1 100644 --- a/MarsRealEstateFinal/app/build.gradle +++ b/MarsRealEstateFinal/app/build.gradle @@ -23,6 +23,7 @@ apply plugin: "androidx.navigation.safeargs" android { compileSdkVersion 30 + defaultConfig { applicationId "com.example.android.marsrealestate" minSdkVersion 19