Skip to content

Commit

Permalink
chore(deps): bump com.android.tools.build:gradle from 8.0.0-alpha08 t…
Browse files Browse the repository at this point in the history
…o 8.0.0 & Android Studio Version 올리기 (#338)

* chore(deps): bump com.android.tools.build:gradle

Bumps com.android.tools.build:gradle from 8.0.0-alpha08 to 8.1.0-alpha10.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* bug: 빌드 오류 수정

* bug: publishToMavenLocal 명령어 수정 & 관련 docs 수정

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ricky_0_k <[email protected]>
  • Loading branch information
dependabot[bot] and riflockle7 authored Apr 23, 2023
1 parent 7a7f061 commit cfcef20
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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!

Expand All @@ -50,15 +50,15 @@ 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

![dependencies](assets/dependency-graph/project.dot.png)

<p align="center" >
<img src="https://img.shields.io/badge/Module-AndroidApplication-%23B4BD9B" />
<img src="https://img.shields.io/badge/Module-AndroidLibrary-%23CCD5C3" />
<img src="https://img.shields.io/badge/Module-AndroidLibrary-%23CCD5C3" />
<img src="https://img.shields.io/badge/Module-AndroidDFM-%23BC455A" />
<img src="https://img.shields.io/badge/Module-Plugin-%23F9D6D3" />
<img src="https://img.shields.io/badge/Module-Util-%23FDBA77" />
Expand Down
2 changes: 1 addition & 1 deletion build-logic/local-enums/PUBLISHING.md
Original file line number Diff line number Diff line change
@@ -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`.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cfcef20

Please sign in to comment.