Skip to content

Commit

Permalink
refactor : buildConfig 데이터 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwoo-jo committed Mar 13, 2024
1 parent 5850588 commit c198ab8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@ jobs:
API_KEY: ${{ secrets.API_KEY }}
run:
echo API_KEY=\"$API_KEY\" > ./local.properties
- name: Access baseURL
env:
API_KEY: ${{ secrets.BASE_URL }}
run:
echo BASE_URL=\"$BASE_URL\" > ./local.properties
- name: Build with Gradle
run: ./gradlew build
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ android {
versionCode 5
versionName "1.0.3"

buildConfigField "String", "BASE_URL", properties['BASE_URL']
buildConfigField "String", "API_KEY", properties['API_KEY']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit c198ab8

Please sign in to comment.