1 Commits

Author SHA1 Message Date
rodydavis 45414ea126 fix(deps): update junitversion to v4.13.2 2026-06-13 06:04:26 +00:00
3 changed files with 10 additions and 7 deletions
+6 -3
View File
@@ -27,12 +27,15 @@ jobs:
with: with:
version: 9.7.1 version: 9.7.1
- name: Set up Bazel Environment - name: Set up Node.js
uses: https://git.rodydavis.dev/rodydavis/shared-actions/setup-bazel@main uses: actions/setup-node@v4
with: with:
node_version: '24' node-version: 24
cache: 'pnpm' cache: 'pnpm'
- name: Set up Bazel (Bazelisk)
run: npm install -g @bazel/bazelisk
- name: Install dependencies - name: Install dependencies
run: pnpm install --no-frozen-lockfile run: pnpm install --no-frozen-lockfile
@@ -1,6 +1,6 @@
#Tue Jun 22 12:05:59 PDT 2021 #Tue Jun 22 12:05:59 PDT 2021
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.4-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-1-bin.zip
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
+3 -3
View File
@@ -3,12 +3,12 @@ ext {
compileSdkVersion = 30 compileSdkVersion = 30
targetSdkVersion = 30 targetSdkVersion = 30
androidxActivityVersion = '1.2.0' androidxActivityVersion = '1.2.0'
androidxAppCompatVersion = '1.7.1' androidxAppCompatVersion = '1.2.0'
androidxCoordinatorLayoutVersion = '1.1.0' androidxCoordinatorLayoutVersion = '1.1.0'
androidxCoreVersion = '1.3.2' androidxCoreVersion = '1.3.2'
androidxFragmentVersion = '1.3.0' androidxFragmentVersion = '1.3.0'
junitVersion = '4.13.2' junitVersion = '4.13.2'
androidxJunitVersion = '1.3.0' androidxJunitVersion = '1.1.2'
androidxEspressoCoreVersion = '3.7.0' androidxEspressoCoreVersion = '3.3.0'
cordovaAndroidVersion = '7.0.0' cordovaAndroidVersion = '7.0.0'
} }