File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ amountWidget st loc =
545
545
(parseMoney input == Just output)
546
546
|| (input == inspectMoneyAmount output)
547
547
onBlurAction =
548
- pureUpdate 0 $ \ st' ->
548
+ pureUpdate 300 $ \ st' ->
549
549
if valid
550
550
then st'
551
551
else
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ with (import ./default.nix); let
51
51
--android --assetPath static
52
52
${ pkgs . nodejs } /bin/npx trapeze run trapeze.yaml -y \
53
53
--android-project android
54
+ printf "include ':capacitor-android'\nproject(':capacitor-android').projectDir = new File('../../../pub/capacitor-geckoview/capacitor')" > ./android/capacitor.settings.gradle
54
55
)
55
56
'' ;
56
57
} ;
Original file line number Diff line number Diff line change @@ -9,3 +9,17 @@ platforms:
9
9
target : manifest/application/activity
10
10
attrs :
11
11
android:label : " @string/app_name"
12
+ gradle :
13
+ - file : build.gradle
14
+ target :
15
+ allprojects :
16
+ repositories :
17
+ replace :
18
+ repositories : |
19
+ {
20
+ maven {
21
+ url 'https://maven.mozilla.org/maven2/'
22
+ }
23
+ google()
24
+ mavenCentral()
25
+ }
You can’t perform that action at this time.
0 commit comments