From d3131d8d5c15bc1423d4fdc31e6295c866b2f3be Mon Sep 17 00:00:00 2001 From: latteishorse Date: Wed, 3 Aug 2022 20:37:19 +0900 Subject: [PATCH] [Fix] java version, pubspec version update --- android/app/build.gradle | 2 +- lib/screens/contacts/contacts.dart | 12 ++++++------ pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index d6f6a46..718e41b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -83,7 +83,7 @@ flutter { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "androidx.multidex:multidex:2.0.1" implementation 'com.google.android.material:material:1.7.0-alpha03' } diff --git a/lib/screens/contacts/contacts.dart b/lib/screens/contacts/contacts.dart index 1f19407..2b156d2 100644 --- a/lib/screens/contacts/contacts.dart +++ b/lib/screens/contacts/contacts.dart @@ -141,7 +141,7 @@ class _ContactsPageState extends State { textAlign: TextAlign.center, style: TextStyle( fontFamily: 'Gamja', - fontSize: 30, + fontSize: 20, fontWeight: FontWeight.bold, color: Colors.red)), SizedBox( @@ -151,7 +151,7 @@ class _ContactsPageState extends State { textAlign: TextAlign.left, style: TextStyle( fontFamily: 'dohyeon', - fontSize: 20, + fontSize: 15, fontWeight: FontWeight.bold, color: Colors.black)), SizedBox( @@ -161,7 +161,7 @@ class _ContactsPageState extends State { textAlign: TextAlign.left, style: TextStyle( fontFamily: 'dohyeon', - fontSize: 20, + fontSize: 15, fontWeight: FontWeight.bold, color: Colors.black)), SizedBox( @@ -171,7 +171,7 @@ class _ContactsPageState extends State { textAlign: TextAlign.left, style: TextStyle( fontFamily: 'dohyeon', - fontSize: 20, + fontSize: 15, fontWeight: FontWeight.bold, color: Colors.black)), SizedBox( @@ -192,7 +192,7 @@ class _ContactsPageState extends State { textAlign: TextAlign.center, style: TextStyle( fontFamily: 'dohyeon', - fontSize: 20, + fontSize: 15, fontWeight: FontWeight.bold, color: Colors.black)), ], @@ -203,7 +203,7 @@ class _ContactsPageState extends State { ElevatedButton( child: Text('명함 밀어서 신고하기! 이해완료!', style: TextStyle( - fontSize: 15, + fontSize: 10, color: Color.fromARGB(255, 255, 255, 255), fontFamily: 'Dohyun')), onPressed: () { diff --git a/pubspec.yaml b/pubspec.yaml index 9aaf144..ecfab70 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.1+1 +version: 1.0.2+1 environment: sdk: ">=2.17.5 <3.0.0"