Skip to content

Commit

Permalink
aab build (#112)
Browse files Browse the repository at this point in the history
* ruby 세팅 수정 (#93)

* ruby 세팅 수정 (#95)

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update Gemfile.lock

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update build.gradle.kts

* Update build.gradle.kts

* Update build.gradle.kts

* Update build.gradle.kts

* Update build.gradle.kts
  • Loading branch information
likppi10 authored Aug 27, 2023
1 parent 7f92cc1 commit 8811d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ tasks.register("clean", type = Delete::class) {
}

tasks.register("bundleRelease", type = Exec::class) {
commandLine("./gradlew release") // 릴리스용 AAB 생성을 위한 Gradle 태스크
commandLine("./gradlew", "bundle")
workingDir = project.rootDir
}

Expand Down

0 comments on commit 8811d97

Please sign in to comment.