Skip to content

Commit

Permalink
[v1.0.4] Update some versions for new Android Studio Preview's version (
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-your-code committed Jul 6, 2023
1 parent 05e5020 commit 7023e57
Show file tree
Hide file tree
Showing 26 changed files with 392 additions and 153 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: monthly
time: "09:00"
timezone: "Asia/Ho_Chi_Minh"
- package-ecosystem: gradle
directory: "/"
reviewers:
- "hide-your-code"
schedule:
interval: daily
interval: monthly
time: "09:00"
timezone: "Asia/Ho_Chi_Minh"
open-pull-requests-limit: 99
6 changes: 6 additions & 0 deletions .github/workflows/check_build_lint_unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
run: printf "API_KEY=\"$API_KEY\"\nBASE_URL=\"$BASE_URL\"\nMAPS_API_KEY=\"$MAPS_API_KEY\"" > ./local.properties

- name: Setup Android SDK
uses: android-actions/setup-android@v2

- name: Caching gradle
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -70,6 +73,9 @@ jobs:
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
run: printf "API_KEY=\"$API_KEY\"\nBASE_URL=\"$BASE_URL\"\nMAPS_API_KEY=\"$MAPS_API_KEY\"" > ./local.properties

- name: Setup Android SDK
uses: android-actions/setup-android@v2

- name: Caching gradle
uses: actions/cache@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dependabot_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
run: printf "API_KEY=\"$API_KEY\"\nBASE_URL=\"$BASE_URL\"\nMAPS_API_KEY=\"$MAPS_API_KEY\"" > ./local.properties

- name: Setup Android SDK
uses: android-actions/setup-android@v2

- name: Caching gradle
uses: actions/cache@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy_to_internal_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
run: printf "API_KEY=\"$API_KEY\"\nBASE_URL=\"$BASE_URL\"\nMAPS_API_KEY=\"$MAPS_API_KEY\"" > ./local.properties

- name: Setup Android SDK
uses: android-actions/setup-android@v2

- name: Caching gradle
uses: actions/cache@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
.cxx
local.properties
/reports

/app/google-services.json
4 changes: 2 additions & 2 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ This app is inspired by:

I want to say thanks for those people to help me to make this app.

## :construction: In progress

I'm trying to implement **Version Catalog** for new Gradle's version but the **Dependabot** doesn't support it ([seeing this](https://github.com/dependabot/dependabot-core/pull/6249)).

You can check out from `v1.0.4/version_catalog` to see what I done.

## :tada: Ready on Google Play

Now, you can download it on Google Play Store. Install it and give me your feedback!
Expand Down
Loading

0 comments on commit 7023e57

Please sign in to comment.