1 Commits

Author SHA1 Message Date
rodydavis 45414ea126 fix(deps): update junitversion to v4.13.2 2026-06-13 06:04:26 +00:00
7 changed files with 15 additions and 12 deletions
+7 -4
View File
@@ -25,14 +25,17 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.15.9
version: 9.7.1
- name: Set up Bazel Environment
uses: https://git.rodydavis.dev/rodydavis/shared-actions/setup-bazel@main
- name: Set up Node.js
uses: actions/setup-node@v4
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 -1
View File
@@ -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.5.15'
compose_version = '1.0.0-alpha08'
}
repositories {
google()
@@ -1,6 +1,6 @@
#Tue Jun 22 12:05:59 PDT 2021
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
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
+1 -1
View File
@@ -22,7 +22,7 @@
"@material/mwc-button": "^0.25.3",
"@material/mwc-dialog": "^0.21.0",
"@material/mwc-drawer": "^0.21.0",
"@material/mwc-icon": "^0.27.0",
"@material/mwc-icon": "^0.25.3",
"@material/mwc-icon-button": "^0.21.0",
"@material/mwc-list": "^0.21.0",
"@material/mwc-textfield": "^0.21.0",
+1 -1
View File
@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:4.2.1'
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.6.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
+3 -3
View File
@@ -3,12 +3,12 @@ ext {
compileSdkVersion = 30
targetSdkVersion = 30
androidxActivityVersion = '1.2.0'
androidxAppCompatVersion = '1.7.1'
androidxAppCompatVersion = '1.2.0'
androidxCoordinatorLayoutVersion = '1.1.0'
androidxCoreVersion = '1.3.2'
androidxFragmentVersion = '1.3.0'
junitVersion = '4.13.2'
androidxJunitVersion = '1.3.0'
androidxEspressoCoreVersion = '3.7.0'
androidxJunitVersion = '1.1.2'
androidxEspressoCoreVersion = '3.3.0'
cordovaAndroidVersion = '7.0.0'
}