File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
30
30
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
31
31
applicationId " com.shuyu.gsygithub.gsygithubappflutter"
32
32
minSdkVersion 16
33
- targetSdkVersion 28
33
+ targetSdkVersion 27
34
34
versionCode 15
35
35
versionName " 1.1.5"
36
36
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ class HomeDrawer extends StatelessWidget {
145
145
color: Colors .transparent,
146
146
child: new Text (
147
147
CommonUtils .getLocale (context).home_user_info,
148
- style: GSYConstant .normalText ,
148
+ style: GSYConstant .normalTextBold ,
149
149
))),
150
150
onTap: () {
151
151
NavigatorUtils .gotoUserProfileInfo (context);
You can’t perform that action at this time.
0 commit comments