mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-28 01:59:26 +01:00
Merge pull request #10 from ouchadam/dependabot/gradle/com.google.accompanist-accompanist-systemuicontroller-0.24.4-alpha
Bump accompanist-systemuicontroller from 0.24.3-alpha to 0.24.4-alpha
This commit is contained in:
commit
2a7d0aefb8
15
.github/workflows/check_size.yml
vendored
15
.github/workflows/check_size.yml
vendored
@ -1,11 +1,11 @@
|
|||||||
name: Assemble
|
name: Check Size
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
assemble-debug:
|
check-size:
|
||||||
name: Assemble debug variant
|
name: Check Size
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
@ -28,6 +28,15 @@ jobs:
|
|||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
|
|
||||||
|
- name: Fetch bundletool
|
||||||
|
run: |
|
||||||
|
curl -s -L https://github.com/google/bundletool/releases/download/1.9.0/bundletool-all-1.9.0.jar --create-dirs -o bin/bundletool.jar
|
||||||
|
chmod +x bin/bundletool.jar
|
||||||
|
echo "#!/bin/bash" >> bin/bundletool
|
||||||
|
echo 'java -jar $(dirname "$0")/bundletool.jar "$@"' >> bin/bundletool
|
||||||
|
chmod +x bin/bundletool
|
||||||
|
echo "$(pwd)/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Check release size
|
- name: Check release size
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=APK_SIZE::$(./tools/check-size.sh | tail -1 | cut -d ',' -f2-)"
|
echo "::set-output name=APK_SIZE::$(./tools/check-size.sh | tail -1 | cut -d ',' -f2-)"
|
||||||
|
@ -3,5 +3,5 @@ applyAndroidLibraryModule(project)
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":core")
|
implementation project(":core")
|
||||||
implementation("io.coil-kt:coil-compose:1.4.0")
|
implementation("io.coil-kt:coil-compose:1.4.0")
|
||||||
implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.3-alpha"
|
implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.4-alpha"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user