Skip to content

Commit

Permalink
[Fix] java version, pubspec version update
Browse files Browse the repository at this point in the history
  • Loading branch information
latteishorse committed Aug 3, 2022
1 parent 8b0c8f0 commit d3131d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
12 changes: 6 additions & 6 deletions lib/screens/contacts/contacts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class _ContactsPageState extends State<ContactsPage> {
textAlign: TextAlign.center,
style: TextStyle(
fontFamily: 'Gamja',
fontSize: 30,
fontSize: 20,
fontWeight: FontWeight.bold,
color: Colors.red)),
SizedBox(
Expand All @@ -151,7 +151,7 @@ class _ContactsPageState extends State<ContactsPage> {
textAlign: TextAlign.left,
style: TextStyle(
fontFamily: 'dohyeon',
fontSize: 20,
fontSize: 15,
fontWeight: FontWeight.bold,
color: Colors.black)),
SizedBox(
Expand All @@ -161,7 +161,7 @@ class _ContactsPageState extends State<ContactsPage> {
textAlign: TextAlign.left,
style: TextStyle(
fontFamily: 'dohyeon',
fontSize: 20,
fontSize: 15,
fontWeight: FontWeight.bold,
color: Colors.black)),
SizedBox(
Expand All @@ -171,7 +171,7 @@ class _ContactsPageState extends State<ContactsPage> {
textAlign: TextAlign.left,
style: TextStyle(
fontFamily: 'dohyeon',
fontSize: 20,
fontSize: 15,
fontWeight: FontWeight.bold,
color: Colors.black)),
SizedBox(
Expand All @@ -192,7 +192,7 @@ class _ContactsPageState extends State<ContactsPage> {
textAlign: TextAlign.center,
style: TextStyle(
fontFamily: 'dohyeon',
fontSize: 20,
fontSize: 15,
fontWeight: FontWeight.bold,
color: Colors.black)),
],
Expand All @@ -203,7 +203,7 @@ class _ContactsPageState extends State<ContactsPage> {
ElevatedButton(
child: Text('명함 밀어서 신고하기! 이해완료!',
style: TextStyle(
fontSize: 15,
fontSize: 10,
color: Color.fromARGB(255, 255, 255, 255),
fontFamily: 'Dohyun')),
onPressed: () {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d3131d8

Please sign in to comment.