Skip to content

Commit

Permalink
aab build task (#111)
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
  • Loading branch information
likppi10 committed Aug 27, 2023
1 parent ccde555 commit 7f92cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ tasks.register("clean", type = Delete::class) {
rootProject.buildDir.delete()
}

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

Expand Down

0 comments on commit 7f92cc1

Please sign in to comment.