Skip to content

Commit

Permalink
Merge pull request #183 from wsb7788/feature-aos/gradle-설정-및-actions-…
Browse files Browse the repository at this point in the history
…gradle-build-삭제

Fix: android  gradle 및 actions gradle build 삭제
  • Loading branch information
wsb7788 authored Nov 29, 2023
2 parents fc08fdd + 79e86a4 commit cee0227
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/android-firebase-app-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build

- name: build release
env:
Expand Down
3 changes: 2 additions & 1 deletion android/app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/build
google-services.json
google-services.json
keystore.jks
3 changes: 2 additions & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
}

buildTypes {
release {
getByName("release") {
signingConfig = signingConfigs.getByName("release")
isMinifyEnabled = false
proguardFiles(
Expand All @@ -51,6 +51,7 @@ android {
}

buildFeatures{
buildConfig = true
dataBinding = true
}

Expand Down

0 comments on commit cee0227

Please sign in to comment.