22 Commits

Author SHA1 Message Date
rodydavis 916815c1ad fix(deps): update dependency @material/mwc-icon-button to ^0.27.0
renovate/artifacts Artifact file update failure
2026-06-15 10:01:11 +00:00
rodydavis 572418e1d2 Merge pull request 'fix(deps): update dependency com.android.tools.build:gradle to v4.2.2' (#1) from renovate/com.android.tools.build-gradle-4.x into master
Renovate / renovate (push) Successful in 13s
Build and Deploy / build-and-deploy (push) Successful in 41s
Reviewed-on: #1
2026-06-15 00:54:30 -07:00
rodydavis 17637f69a7 Merge pull request 'fix(deps): update junitversion to v4.13.2' (#2) from renovate/junitversion into master
Build and Deploy / build-and-deploy (push) Has been cancelled
Renovate / renovate (push) Successful in 14s
Reviewed-on: #2
2026-06-15 00:54:22 -07:00
rodydavis c196583480 Merge pull request 'chore(deps): update dependency pnpm to v9.15.9' (#5) from renovate/pnpm-9.x into master
Renovate / renovate (push) Successful in 13s
Build and Deploy / build-and-deploy (push) Has been cancelled
Reviewed-on: #5
2026-06-15 00:53:59 -07:00
rodydavis 478835ed0a Merge pull request 'fix(deps): update compose_version' (#13) from renovate/compose_version into master
Build and Deploy / build-and-deploy (push) Has been cancelled
Renovate / renovate (push) Successful in 16s
Reviewed-on: #13
2026-06-15 00:53:49 -07:00
rodydavis 8d3d6256a6 fix(deps): update junitversion to v4.13.2 2026-06-15 07:53:46 +00:00
rodydavis 42e1315390 fix(deps): update compose_version 2026-06-15 07:53:38 +00:00
rodydavis 66527ef92b Merge pull request 'chore(deps): update gradle to v7.6.6' (#9) from renovate/gradle-7.x into master
Build and Deploy / build-and-deploy (push) Has been cancelled
Renovate / renovate (push) Successful in 1m10s
Reviewed-on: #9
2026-06-15 00:53:37 -07:00
rodydavis 9d3db4aac6 Merge pull request 'fix(deps): update androidxjunitversion to v1.3.0' (#12) from renovate/androidxjunitversion into master
Build and Deploy / build-and-deploy (push) Has been cancelled
Renovate / renovate (push) Successful in 16s
Reviewed-on: #12
2026-06-15 00:53:28 -07:00
rodydavis f482ed2a08 Merge pull request 'chore(deps): update gradle to v6.9.4' (#8) from renovate/gradle-6.x into master
Build and Deploy / build-and-deploy (push) Has been cancelled
Renovate / renovate (push) Successful in 18s
Reviewed-on: #8
2026-06-15 00:53:17 -07:00
rodydavis a18e88d85b fix(deps): update androidxjunitversion to v1.3.0 2026-06-15 07:52:56 +00:00
rodydavis de4c34375b Merge pull request 'fix(deps): update androidxappcompatversion to v1.7.1' (#10) from renovate/androidxappcompatversion into master
Renovate / renovate (push) Successful in 15s
Build and Deploy / build-and-deploy (push) Has been cancelled
Reviewed-on: #10
2026-06-15 00:52:47 -07:00
rodydavis d37a3d1645 Merge pull request 'fix(deps): update androidxespressocoreversion to v3.7.0' (#11) from renovate/androidxespressocoreversion into master
Build and Deploy / build-and-deploy (push) Has been cancelled
Renovate / renovate (push) Successful in 22s
Reviewed-on: #11
2026-06-15 00:52:29 -07:00
rodydavis 7b78d0835b fix(deps): update androidxespressocoreversion to v3.7.0 2026-06-13 10:01:11 +00:00
rodydavis cf4e83b047 fix(deps): update androidxappcompatversion to v1.7.1 2026-06-13 10:01:08 +00:00
rodydavis b903b0808a chore(deps): update gradle to v7.6.6 2026-06-13 09:01:11 +00:00
rodydavis a776c400ff chore(deps): update gradle to v6.9.4 2026-06-13 09:01:10 +00:00
rodydavis c6482bc76a ci: retrigger workflow after public action migration
Renovate / renovate (push) Successful in 32s
Build and Deploy / build-and-deploy (push) Successful in 1m53s
2026-06-13 01:16:20 -07:00
rodydavis a1c94acf53 chore(deps): update dependency pnpm to v9.15.9 2026-06-13 08:07:57 +00:00
rodydavis 2dbb7ffea5 chore: use absolute URL for shared-actions in CI
Build and Deploy / build-and-deploy (push) Failing after 3s
Renovate / renovate (push) Successful in 24s
2026-06-13 01:07:33 -07:00
rodydavis 6a95e1f540 chore: migrate workflows to use shared-actions
Build and Deploy / build-and-deploy (push) Failing after 2s
Renovate / renovate (push) Successful in 21s
2026-06-13 01:05:59 -07:00
rodydavis f678f31ecd fix(deps): update dependency com.android.tools.build:gradle to v4.2.2 2026-06-13 06:04:23 +00:00
7 changed files with 13 additions and 16 deletions
+4 -7
View File
@@ -25,17 +25,14 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.7.1
version: 9.15.9
- 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 -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.0.0-alpha08'
compose_version = '1.5.15'
}
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.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
+1 -1
View File
@@ -23,7 +23,7 @@
"@material/mwc-dialog": "^0.21.0",
"@material/mwc-drawer": "^0.21.0",
"@material/mwc-icon": "^0.25.3",
"@material/mwc-icon-button": "^0.21.0",
"@material/mwc-icon-button": "^0.27.0",
"@material/mwc-list": "^0.21.0",
"@material/mwc-textfield": "^0.21.0",
"@material/mwc-top-app-bar-fixed": "^0.21.0",
+1 -1
View File
@@ -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
+4 -4
View File
@@ -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'
}