Skip to content

Commit d29f572

Browse files
committed
降低targetSdk到27,暂时处理键盘无法弹起问题,fix #132
1 parent 726d45d commit d29f572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3131
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
3232
minSdkVersion 16
33-
targetSdkVersion 28
33+
targetSdkVersion 27
3434
versionCode 15
3535
versionName "1.1.5"
3636
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

lib/widget/HomeDrawer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class HomeDrawer extends StatelessWidget {
145145
color: Colors.transparent,
146146
child: new Text(
147147
CommonUtils.getLocale(context).home_user_info,
148-
style: GSYConstant.normalText,
148+
style: GSYConstant.normalTextBold,
149149
))),
150150
onTap: () {
151151
NavigatorUtils.gotoUserProfileInfo(context);

0 commit comments

Comments
 (0)