Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf79918b0b | |||
| 92d1f986ed | |||
| 572418e1d2 | |||
| 17637f69a7 | |||
| c196583480 | |||
| 478835ed0a | |||
| 42e1315390 | |||
| 66527ef92b | |||
| b903b0808a | |||
| a1c94acf53 | |||
| f678f31ecd |
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9.7.1
|
||||
version: 9.15.9
|
||||
|
||||
- name: Set up Bazel Environment
|
||||
uses: https://git.rodydavis.dev/rodydavis/shared-actions/setup-bazel@main
|
||||
|
||||
@@ -7,6 +7,10 @@ on:
|
||||
- master
|
||||
workflow_dispatch: # Allows manual triggering from the Gitea UI
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext {
|
||||
compose_version = '1.0.0-alpha08'
|
||||
compose_version = '1.11.4'
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
|
||||
@@ -7,7 +7,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.2.1'
|
||||
classpath 'com.android.tools.build:gradle:4.2.2'
|
||||
classpath 'com.google.gms:google-services:4.3.5'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user