Skip to content

Commit

Permalink
minor UI improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrinzigmundv committed Sep 17, 2023
1 parent 8a4941d commit 7864e60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 23
targetSdkVersion 33
versionCode 6
versionName "0.7.0"
versionCode 7
versionName "0.8.0"
}

signingConfigs {
Expand Down
11 changes: 4 additions & 7 deletions lib/pages/loadingpage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,10 @@ class _LoadingPageState extends State<LoadingPage> {
textAlign: TextAlign.center,
),
),
const SizedBox(
height: 27.0,
),
Padding(
padding: const EdgeInsets.all(9.0),
]),
),
bottomNavigationBar: Padding(
padding: const EdgeInsets.fromLTRB(9.0, 9.0, 9.0, 36.0),
child: Text(
_loadingpagetext,
style: const TextStyle(
Expand All @@ -103,8 +102,6 @@ class _LoadingPageState extends State<LoadingPage> {
textAlign: TextAlign.center,
),
)
]),
),
);
}
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: thirdbank
description: A free and open-source experimental non-custodial Bitcoin wallet that focuses on simplicity and ease of use.
publish_to: 'none'
version: 0.7.0
version: 0.8.0

environment:
sdk: '>=3.1.0 <4.0.0'
Expand Down

0 comments on commit 7864e60

Please sign in to comment.