Skip to content

Commit

Permalink
Upgrade project to AGP 8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
pawegio committed Feb 12, 2024
1 parent 05a3d94 commit 2d5cfc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1.4.3
with:
java-version: 11
java-version: 17
- name: Add mock google services json file
run: cp mock-google-services.json app/google-services.json
- name: Run unit tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1.4.3
with:
java-version: 11
java-version: 17
- name: Add google services json file
env:
GOOGLE_SERVICES: ${{ secrets.GOOGLE_SERVICES }}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.2.1")
classpath("com.google.gms:google-services:4.3.15")
classpath("com.android.tools.build:gradle:8.2.2")
classpath("com.google.gms:google-services:4.4.1")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.9")
}
}
Expand Down

0 comments on commit 2d5cfc1

Please sign in to comment.