Skip to content

Commit

Permalink
Chore : App Distribution Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgocks1 committed Dec 3, 2023
1 parent 067e79a commit c929e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ buildscript {
dependencies {
classpath(Dependency.HILT_ANDROID_GRADLE_PLUGIN)
classpath(Dependency.KOTLIN_GRADLE_PLUGIN)
classpath("com.android.tools.build:gradle:8.0.2")
}
}
// 모든 하위 프로젝트/모듈에 공통적인 구성 옵션을 추가하는 최상위 빌드
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Jul 10 17:33:03 KST 2023
#Mon Dec 04 01:21:47 KST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c929e7f

Please sign in to comment.