diff --git a/.github/workflows/android-cd.yml b/.github/workflows/android-cd.yml index 57b7bdeeb..e46742a2b 100644 --- a/.github/workflows/android-cd.yml +++ b/.github/workflows/android-cd.yml @@ -73,7 +73,7 @@ jobs: gradle-home-cache-cleanup: true - name: Setup MavenLocal - run: ./gradlew :local-enums:publishToMavenLocal + run: ./gradlew :build-logic:local-enums:publishToMavenLocal - name: build and sign StandardRelease run: ./gradlew assembleStandardRelease diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index ae023b1b2..0823bab1e 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -35,7 +35,7 @@ jobs: gradle-home-cache-cleanup: true - name: Setup MavenLocal - run: ./gradlew :local-enums:publishToMavenLocal + run: ./gradlew :build-logic:local-enums:publishToMavenLocal - name: Check ktLint run: ./gradlew ktlintCheck diff --git a/README.md b/README.md index ffa168523..300791f30 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Our representative features include: - If you find fan goods you want, you can ask for a deal - All transactions are commission-free! -> 덕키는 트위터처럼 자유로운 익명 공간에 당근마켓의 중고 거래 성격을 합친 서비스 입니다. -> 보통 덕질은 트위터로 많이 하고, 트위터를 보다가 갖고 싶은 굿즈를 발견했지만 공식적으로 지원하는 거래 기능이 없어 불편한 점에서 시작됐습니다. +> 덕키는 트위터처럼 자유로운 익명 공간에 당근마켓의 중고 거래 성격을 합친 서비스 입니다. +> 보통 덕질은 트위터로 많이 하고, 트위터를 보다가 갖고 싶은 굿즈를 발견했지만 공식적으로 지원하는 거래 기능이 없어 불편한 점에서 시작됐습니다. > - [“Duckie” 를 소개합니다.](https://blog.duckie.team/duckie-%EB%A5%BC-%EC%86%8C%EA%B0%9C%ED%95%A9%EB%8B%88%EB%8B%A4-70b6a06ec806) ## Download @@ -36,7 +36,7 @@ You can download it from the [Google PlayStore](https://play.google.com/store/ap ## Contribute -> We love your contribution! +> We love your contribution! Duckie's team is all Korean, so we're not good at English. So, most of the documentation was done in Korean. If you are familiar with Korean and English, perhaps the easiest and first contribution you can make is the English translation of documents. It will take some time, but it's a worthwhile incredible contribution for all of us, and we love English grammar improvements too, not just translations! @@ -50,7 +50,7 @@ Edit Configurations -> Set `Launch Options` like this: ### Build prerequisites -1. This project is uses MavenLocal. Please run: `./gradlew :local-enums:publishToMavenLocal`. +1. This project is uses MavenLocal. Please run: `./gradlew :build-logic:local-enums:publishToMavenLocal`. ## Project Dependencies Graph @@ -58,7 +58,7 @@ Edit Configurations -> Set `Launch Options` like this:

- + diff --git a/build-logic/local-enums/PUBLISHING.md b/build-logic/local-enums/PUBLISHING.md index 769648112..32f1285a4 100644 --- a/build-logic/local-enums/PUBLISHING.md +++ b/build-logic/local-enums/PUBLISHING.md @@ -1,4 +1,4 @@ ## PUBLISHING NOTE 1. DO NOT EDIT VERSION CONSTANT. -2. JUST `./gradlew :local-enums:publishToMavenLocal`. +2. JUST `./gradlew :build-logic:local-enums:publishToMavenLocal`. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9e78e860b..8e8b8416f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # plugin - build -plugin-build-gradle-android = "8.0.0-alpha08" +plugin-build-gradle-android = "8.0.0" plugin-build-google-service = "4.3.15" # plugin - code diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2e14f2142..3ffebc84b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME