Skip to content

Commit 24a6744

Browse files
committed
Release 1.0.10
1 parent cec7d59 commit 24a6744

File tree

11 files changed

+212
-135
lines changed

11 files changed

+212
-135
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
node-version: '20.x'
2020
registry-url: 'https://registry.npmjs.org'
2121

22-
- run: npm ci
22+
- name: Install dependencies
23+
run: yarn install --frozen-lockfile
2324

2425
- run: npm publish --provenance --access public
2526
env:

android/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,10 @@ dependencies {
138138
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
139139
// Fix Duplicate class
140140
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
141-
implementation "com.flexa:spend:1.0.8"
141+
implementation "co.flexa:spend:1.0.11"
142+
implementation platform("androidx.compose:compose-bom:2024.02.00")
143+
implementation "androidx.compose.ui:ui"
142144
// From node_modules
143-
144145
testImplementation 'junit:junit:4.13.2'
145146
testImplementation "org.robolectric:robolectric:4.11.1"
146147
}
-15.7 KB
Binary file not shown.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Thu Oct 20 14:04:20 CEST 2022
21
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME
7+
zipStorePath=wrapper/dists

android/gradlew

Lines changed: 173 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)