Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
chore(release): v4.2.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Jan 2, 2021
1 parent cad814d commit a380753
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 58 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
## 업데이트 로그

### 2020.1.3 v4.2.0b3
- 온보딩 힌트 개선

### 2020.1.2 v4.2.0b2
- 온보딩 힌트 추가
- 경고 및 안내 문구 조금 수정
Expand Down
19 changes: 0 additions & 19 deletions app/src/main/java/com/inu/cafeteria/common/navigation/Navigator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

/**
* This file is part of INU Cafeteria.
*
* Copyright (C) 2020 INU Global App Center <potados99@gmail.com>
*
* INU Cafeteria is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* INU Cafeteria is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package com.inu.cafeteria.common.navigation

import android.annotation.SuppressLint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

/**
* This file is part of INU Cafeteria.
*
* Copyright (C) 2020 INU Global App Center <potados99@gmail.com>
*
* INU Cafeteria is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* INU Cafeteria is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package com.inu.cafeteria.common.vision

import androidx.camera.core.ExperimentalGetImage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
buildscript {

/** THE VERSION NAME! */
ext.version_name = '4.2.0b2'
ext.version_name = '4.2.0b3'

ext.kotlin_version = '1.4.21'
ext.gradle_version = '4.1.1'
Expand Down
19 changes: 0 additions & 19 deletions domain/src/main/java/com/inu/cafeteria/entities/OrderInput.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

/**
* This file is part of INU Cafeteria.
*
* Copyright (C) 2020 INU Global App Center <potados99@gmail.com>
*
* INU Cafeteria is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* INU Cafeteria is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package com.inu.cafeteria.entities

sealed class OrderInput {
Expand Down

0 comments on commit a380753

Please sign in to comment.