Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 7023e57

Browse files
[v1.0.4] Update some versions for new Android Studio Preview's version (#126)
1 parent 05e5020 commit 7023e57

26 files changed

+392
-153
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: monthly
77
time: "09:00"
88
timezone: "Asia/Ho_Chi_Minh"
99
- package-ecosystem: gradle
1010
directory: "/"
1111
reviewers:
1212
- "hide-your-code"
1313
schedule:
14-
interval: daily
14+
interval: monthly
1515
time: "09:00"
1616
timezone: "Asia/Ho_Chi_Minh"
1717
open-pull-requests-limit: 99

.github/workflows/check_build_lint_unittest.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
2525
run: printf "API_KEY=\"$API_KEY\"\nBASE_URL=\"$BASE_URL\"\nMAPS_API_KEY=\"$MAPS_API_KEY\"" > ./local.properties
2626

27+
- name: Setup Android SDK
28+
uses: android-actions/setup-android@v2
29+
2730
- name: Caching gradle
2831
uses: actions/cache@v3
2932
with:
@@ -70,6 +73,9 @@ jobs:
7073
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
7174
run: printf "API_KEY=\"$API_KEY\"\nBASE_URL=\"$BASE_URL\"\nMAPS_API_KEY=\"$MAPS_API_KEY\"" > ./local.properties
7275

76+
- name: Setup Android SDK
77+
uses: android-actions/setup-android@v2
78+
7379
- name: Caching gradle
7480
uses: actions/cache@v3
7581
with:

.github/workflows/dependabot_ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
2828
run: printf "API_KEY=\"$API_KEY\"\nBASE_URL=\"$BASE_URL\"\nMAPS_API_KEY=\"$MAPS_API_KEY\"" > ./local.properties
2929

30+
- name: Setup Android SDK
31+
uses: android-actions/setup-android@v2
32+
3033
- name: Caching gradle
3134
uses: actions/cache@v3
3235
with:

.github/workflows/deploy_to_internal_testing.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
MAPS_API_KEY: ${{ secrets.MAPS_API_KEY }}
3131
run: printf "API_KEY=\"$API_KEY\"\nBASE_URL=\"$BASE_URL\"\nMAPS_API_KEY=\"$MAPS_API_KEY\"" > ./local.properties
3232

33+
- name: Setup Android SDK
34+
uses: android-actions/setup-android@v2
35+
3336
- name: Caching gradle
3437
uses: actions/cache@v3
3538
with:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
.cxx
1515
local.properties
1616
/reports
17+
18+
/app/google-services.json

.idea/deploymentTargetDropDown.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ This app is inspired by:
1111

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

14+
## :construction: In progress
15+
16+
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)).
17+
18+
You can check out from `v1.0.4/version_catalog` to see what I done.
19+
1420
## :tada: Ready on Google Play
1521

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

0 commit comments

Comments
 (0)