Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump protobuf from 4.27.1 to 4.27.2 #45

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:

- name: create AVD && Generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2.30.1
uses: reactivecircus/android-emulator-runner@v2.31.0
with:
avd-name: test-${{ matrix.api-level }}-${{ matrix.target }}-${{ matrix.arch }}
api-level: ${{ matrix.api-level }}
Expand All @@ -189,7 +189,7 @@ jobs:
script: echo "Generated AVD snapshot for caching."

- name: run tests
uses: reactivecircus/android-emulator-runner@v2.30.1
uses: reactivecircus/android-emulator-runner@v2.31.0
env:
RELEASE_KEY_PASSWORD: ${{ secrets.RELEASE_KEY_PASSWORD }}
RELEASE_KEY_STORE_PASSWORD: ${{ secrets.RELEASE_KEY_STORE_PASSWORD }}
Expand Down
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[versions]
agp = "8.4.1"
agp = "8.5.0"
kotlin = "2.0.0"
protobuf-plugin = "0.9.4"
booster = "5.0.0-rc1"
jgit = "1.1"
core-ktx = "1.13.1"
lifecycle = "2.8.0"
lifecycle = "2.8.2"
datastore = "1.1.1"
activity-compose = "1.9.0"
compose-bom = "2024.05.00"
fastjson2 = "2.0.49"
compose-bom = "2024.06.00"
fastjson2 = "2.0.51"
material = "1.12.0"
material3 = "1.2.1"
material-icons-extended = "1.6.7"
material-icons-extended = "1.6.8"
navigation-compose = "2.7.7"
startup-runtime = "1.1.1"
ui-test-manifest = "1.6.7"
ui-test-manifest = "1.6.8"
kotlinx-coroutines = "1.8.1"
c2pinyin = "3.0.0"
hiddenapibypass = "4.3"
xxpermissions = "18.6"
protobuf = "4.26.1"
xxpermissions = "18.63"
protobuf = "4.27.2"
accompanist = "0.34.0"
shizuku = "13.1.5"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Oct 20 21:54:11 CST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading