Skip to content

Commit

Permalink
Change target sdk version to 30 for android project. Remove unused fi…
Browse files Browse the repository at this point in the history
…les.
  • Loading branch information
mkyq committed Jan 13, 2022
1 parent 8b1d060 commit 8b043f1
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 90 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
defaultConfig {
applicationId appProperties['id']
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
70 changes: 65 additions & 5 deletions cw_bitcoin/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,52 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
bech32:
dependency: transitive
description:
path: "."
ref: cake
resolved-ref: "02fef082f20af13de00b4e64efb93a2c1e5e1cf2"
url: "https://github.com/cake-tech/bech32.git"
source: git
version: "0.2.0"
bip32:
dependency: transitive
description:
name: bip32
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.7"
bip39:
dependency: transitive
description:
name: bip39
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
bitcoin_flutter:
dependency: "direct main"
description:
path: "."
ref: cake
resolved-ref: cbabfd87b6ce3cae6051a3e86ddb56e7a934e188
url: "https://github.com/cake-tech/bitcoin_flutter.git"
source: git
version: "2.0.2"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
bs58check:
dependency: transitive
description:
name: bs58check
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
build:
dependency: transitive
description:
Expand Down Expand Up @@ -147,14 +186,14 @@ packages:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "2.1.1"
crypto:
dependency: transitive
description:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "2.1.5"
cw_core:
dependency: "direct main"
description:
Expand All @@ -175,7 +214,7 @@ packages:
name: dartx
url: "https://pub.dartlang.org"
source: hosted
version: "0.8.0"
version: "0.5.0"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -235,13 +274,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
hex:
dependency: transitive
description:
name: hex
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
hive:
dependency: transitive
description:
name: hive
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.0-nullsafety.2"
version: "1.4.4+1"
hive_generator:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -410,6 +456,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
pointycastle:
dependency: transitive
description:
name: pointycastle
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
pool:
dependency: transitive
description:
Expand Down Expand Up @@ -438,6 +491,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.8"
rxdart:
dependency: "direct main"
description:
name: rxdart
url: "https://pub.dartlang.org"
source: hosted
version: "0.26.0"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -519,7 +579,7 @@ packages:
name: time
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "1.4.1"
timing:
dependency: transitive
description:
Expand Down
7 changes: 6 additions & 1 deletion cw_bitcoin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ dependencies:
intl: ^0.17.0
cw_core:
path: ../cw_core

bitcoin_flutter:
git:
url: https://github.com/cake-tech/bitcoin_flutter.git
ref: cake
rxdart: ^0.26.0

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
61 changes: 0 additions & 61 deletions lib/entities/wallet.dart

This file was deleted.

18 changes: 0 additions & 18 deletions lib/entities/wallets_manager.dart

This file was deleted.

4 changes: 0 additions & 4 deletions pubspec_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ dependencies:
crypto: ^2.1.5
password: ^1.0.0
basic_utils: ^2.0.3
bitcoin_flutter:
git:
url: https://github.com/cake-tech/bitcoin_flutter.git
ref: cake
get_it: ^6.0.0
connectivity: ^3.0.3
keyboard_actions: ^3.3.0
Expand Down

0 comments on commit 8b043f1

Please sign in to comment.