Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
accompanistAppcompatTheme = "0.16.0"
activityCompose = "1.9.2"
android = "8.6.1"
android = "8.12.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

AGP(Android Gradle Plugin) 버전 8.12.2는 잘못된 것으로 보입니다. 현재 AGP의 최신 안정 버전은 8.4.1입니다. 버전을 다시 확인해주세요. 만약 최신 안정 버전으로 업그레이드하려던 것이라면 8.4.1로 수정해야 합니다.

Suggested change
android = "8.12.2"
android = "8.4.1"

androidx-core = "1.7.0"
androidx-appcompat = "1.6.1"
lifecycleRuntimeCompose = "2.8.7"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Feb 17 11:26:14 KST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

Gradle 8.13 버전은 존재하지 않는 것 같습니다. https\://services.gradle.org/distributions/gradle-8.13-bin.zip URL은 유효하지 않습니다. 현재 최신 안정 버전은 8.8입니다. 버전을 확인하고 수정해주세요.

distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip

distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Loading