1 Commits

Author SHA1 Message Date
rodydavis ce5ce7c9bc fix(deps): update compose_version to v1.11.2 2026-06-15 07:54:07 +00:00
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ 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
+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.11.2'
}
repositories {
google()
+1 -1
View File
@@ -20,7 +20,7 @@
"@capacitor/splash-screen": "latest",
"@capacitor/status-bar": "^1.0.7",
"@material/mwc-button": "^0.25.3",
"@material/mwc-dialog": "^0.27.0",
"@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",
+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 -1
View File
@@ -7,7 +7,7 @@ ext {
androidxCoordinatorLayoutVersion = '1.1.0'
androidxCoreVersion = '1.3.2'
androidxFragmentVersion = '1.3.0'
junitVersion = '4.13.2'
junitVersion = '4.13.1'
androidxJunitVersion = '1.3.0'
androidxEspressoCoreVersion = '3.7.0'
cordovaAndroidVersion = '7.0.0'