diff --git a/android/app/build.gradle b/android/app/build.gradle index c821df4..1c56955 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -13,12 +13,12 @@ if (flutterRoot == null) { def flutterVersionCode = localProperties.getProperty('flutter.versionCode') if (flutterVersionCode == null) { - flutterVersionCode = '5' + flutterVersionCode = '7' } def flutterVersionName = localProperties.getProperty('flutter.versionName') if (flutterVersionName == null) { - flutterVersionName = '1.0.5' + flutterVersionName = '1.0.7' } apply plugin: 'com.android.application' diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 8f7a7e9..4445fd2 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -11,7 +11,7 @@ uilist = [ miniApp: "skHome", link: "https://designkes.com/designs/mobile/skyview-mars/", thumbnail: "assets/thumbnails/sky_view.jpg", + tabletSupport: true, + landscapeSupport: true, ), ]; diff --git a/lib/screens/AboutDesigner/AboutDesigner.dart b/lib/screens/AboutDesigner/AboutDesigner.dart index a11912e..9b92188 100644 --- a/lib/screens/AboutDesigner/AboutDesigner.dart +++ b/lib/screens/AboutDesigner/AboutDesigner.dart @@ -118,7 +118,7 @@ class AboutDesignerScreen extends StatelessWidget { top: AppDimensions.padding, ), child: Text( - "Hi, I'm Hamza freelance developer. I've been developing end to end solutions from backend services to web app & mobile apps for two years. I Always use latest sate of the art technologies & implement flexible & readable code architectrue so most of the code can be use in different projects as well.\n\n" + + "Hi, I'm Hamza freelance developer. I've been developing end to end solutions from backend services to web apps & mobile apps for two years. I always use latest sate of the art technologies & implement flexible & readable code architectrue so most of code base is usable in different projects as well.\n\n" + "Besides all the technical stuff I like to spend my free time by playing Clash Royale & Rise of Kingdoms, Watch anime, dramas & movies. I'm not the fan of reading books.", style: TextStyle(), ), diff --git a/pubspec.yaml b/pubspec.yaml index 6907b2e..f9c5466 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A new Flutter project. # 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.5 +version: 1.0.7 environment: sdk: '>=2.2.2 <3.0.0'