Skip to content

Commit e2014df

Browse files
authored
Merge pull request #1118 from cypherstack/staging
Staging
2 parents 9f0f94b + 2aedb15 commit e2014df

File tree

343 files changed

+19229
-8296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

343 files changed

+19229
-8296
lines changed

.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
# is commented out by default.
2121
#.vscode/
2222

23+
#CppWinRT manual install
24+
Microsoft.Windows*
25+
2326
# Flutter/Dart/Pub related
2427
**/doc/api/
2528
.dart_tool/
@@ -29,6 +32,7 @@
2932
.pub-cache/
3033
.pub/
3134
/build/
35+
android/app/.cxx
3236

3337
# Web related
3438
lib/generated_plugin_registrant.dart
@@ -58,8 +62,6 @@ coverage
5862
scripts/**/build
5963
/lib/external_api_keys.dart
6064

61-
libcw_monero.dll
62-
libcw_wownero.dll
6365
libepic_cash_wallet.dll
6466
libmobileliblelantus.dll
6567
libtor_ffi.dll
@@ -69,6 +71,10 @@ secp256k1.dll
6971
/lib/app_config.g.dart
7072
/android/app/src/main/app_icon-playstore.png
7173

74+
# Dart generated files (Freezed, Riverpod, GoRouter etc..)
75+
lib/**/*.g.dart
76+
lib/**/*.freezed.dart
77+
7278
## other generated project files
7379

7480
pubspec.yaml
@@ -105,3 +111,4 @@ scripts/linux/build/libsecret/subprojects/gi-docgen/.meson-subproject-wrap-hash.
105111

106112
crypto_plugins/cs_monero/built_outputs
107113
crypto_plugins/cs_monero/build
114+
crypto_plugins/*.diff

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G
1+
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
22
android.useAndroidX=true
33
android.enableJetifier=true

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version '8.6.0' apply false
21+
id "com.android.application" version '8.7.0' apply false
2222
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
2323
}
2424

147 KB
Binary file not shown.
146 KB
Binary file not shown.
94.4 KB
Binary file not shown.
92.9 KB
Binary file not shown.

crypto_plugins/flutter_libepiccash

Submodule flutter_libepiccash updated 47 files

0 commit comments

Comments
 (0)