Skip to content

Commit

Permalink
New beta release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hmziqrs committed Oct 23, 2019
1 parent 90aa090 commit 53bd783
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<application
android:name="io.flutter.app.FlutterApplication"
android:label="flutter_uis"
android:label="Flutter UI Designs"
android:icon="@mipmap/ic_launcher">

<activity
Expand Down
2 changes: 2 additions & 0 deletions lib/blocs/ui_bloc/data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ List<UIItem> uilist = [
miniApp: "skHome",
link: "https://designkes.com/designs/mobile/skyview-mars/",
thumbnail: "assets/thumbnails/sky_view.jpg",
tabletSupport: true,
landscapeSupport: true,
),
];

Expand Down
2 changes: 1 addition & 1 deletion lib/screens/AboutDesigner/AboutDesigner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 53bd783

Please sign in to comment.