Skip to content

Commit

Permalink
change name :compose-test to :compose-practice
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Jan 15, 2025
1 parent 0356cbe commit 82befce
Show file tree
Hide file tree
Showing 27 changed files with 3 additions and 34 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion compose-test/README.md → compose-practice/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

Test 를 통해 Jetpack Compose 를 테스트하는 방법을 학습합니다.
Test 를 통해 Jetpack Compose 에 대해 학습합니다.

- Test Tool: Espresso, JUnit4
- [Test Cheat](https://developer.android.com/develop/ui/compose/testing/testing-cheatsheet) 을 참고합니다.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.Robolectric">
android:supportsRtl="true">

<activity
android:name=".MainActivity"
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions compose-test/src/main/res/values/themes.xml

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ rootProject.name = "kotlin-study-murjune"
include("kotlin-practice")
include("design-pattern")
include("coroutine")
include(":compose-test")
include(":compose-practice")
include(":algorithm-practice")
include(":java-practice")

0 comments on commit 82befce

Please sign in to comment.