Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into Bugbash
Browse files Browse the repository at this point in the history
  • Loading branch information
android-dev-lxl authored Aug 13, 2020
2 parents 00f31b5 + 406d398 commit 093aedb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/android-kotlin-fundamentals.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions MarsRealEstateFinal/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ apply plugin: "androidx.navigation.safeargs"

android {
compileSdkVersion 30

defaultConfig {
applicationId "com.example.android.marsrealestate"
minSdkVersion 19
Expand Down

0 comments on commit 093aedb

Please sign in to comment.