Compare commits
12 Commits
45414ea126
...
8d3d6256a6
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d3d6256a6 | |||
| 9d3db4aac6 | |||
| f482ed2a08 | |||
| a18e88d85b | |||
| de4c34375b | |||
| d37a3d1645 | |||
| 7b78d0835b | |||
| cf4e83b047 | |||
| a776c400ff | |||
| c6482bc76a | |||
| 2dbb7ffea5 | |||
| 6a95e1f540 |
@@ -27,15 +27,12 @@ jobs:
|
||||
with:
|
||||
version: 9.7.1
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
- name: Set up Bazel Environment
|
||||
uses: https://git.rodydavis.dev/rodydavis/shared-actions/setup-bazel@main
|
||||
with:
|
||||
node-version: 24
|
||||
node_version: '24'
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Set up Bazel (Bazelisk)
|
||||
run: npm install -g @bazel/bazelisk
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --no-frozen-lockfile
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#Tue Jun 22 12:05:59 PDT 2021
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.4-bin.zip
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
@@ -3,12 +3,12 @@ ext {
|
||||
compileSdkVersion = 30
|
||||
targetSdkVersion = 30
|
||||
androidxActivityVersion = '1.2.0'
|
||||
androidxAppCompatVersion = '1.2.0'
|
||||
androidxAppCompatVersion = '1.7.1'
|
||||
androidxCoordinatorLayoutVersion = '1.1.0'
|
||||
androidxCoreVersion = '1.3.2'
|
||||
androidxFragmentVersion = '1.3.0'
|
||||
junitVersion = '4.13.1'
|
||||
androidxJunitVersion = '1.1.2'
|
||||
androidxEspressoCoreVersion = '3.3.0'
|
||||
junitVersion = '4.13.2'
|
||||
androidxJunitVersion = '1.3.0'
|
||||
androidxEspressoCoreVersion = '3.7.0'
|
||||
cordovaAndroidVersion = '7.0.0'
|
||||
}
|
||||
Reference in New Issue
Block a user