Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d0ac46f76 | |||
| 572418e1d2 | |||
| 17637f69a7 | |||
| c196583480 | |||
| 8d3d6256a6 | |||
| a1c94acf53 | |||
| f678f31ecd |
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 9.7.1
|
version: 9.15.9
|
||||||
|
|
||||||
- name: Set up Bazel Environment
|
- name: Set up Bazel Environment
|
||||||
uses: https://git.rodydavis.dev/rodydavis/shared-actions/setup-bazel@main
|
uses: https://git.rodydavis.dev/rodydavis/shared-actions/setup-bazel@main
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
compose_version = '1.11.2'
|
compose_version = '1.5.15'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|||||||
+1
-1
@@ -61,7 +61,7 @@
|
|||||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||||
"typescript": "^5.4.5",
|
"typescript": "^5.4.5",
|
||||||
"vite": "^5.2.11",
|
"vite": "^5.2.11",
|
||||||
"vite-plugin-pwa": "^0.19.0",
|
"vite-plugin-pwa": "^0.21.0",
|
||||||
"vitest": "^1.5.0"
|
"vitest": "^1.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
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'
|
classpath 'com.google.gms:google-services:4.3.5'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ ext {
|
|||||||
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.1'
|
junitVersion = '4.13.2'
|
||||||
androidxJunitVersion = '1.3.0'
|
androidxJunitVersion = '1.3.0'
|
||||||
androidxEspressoCoreVersion = '3.7.0'
|
androidxEspressoCoreVersion = '3.7.0'
|
||||||
cordovaAndroidVersion = '7.0.0'
|
cordovaAndroidVersion = '7.0.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user