Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
DeepDaikon
Zoysii
Commits
86f6e243
Commit
86f6e243
authored
Sep 14, 2019
by
DeepDaikon
Browse files
Bump version 1.1.0 (4)
parent
803afba0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
6 deletions
+13
-6
CHANGELOG
CHANGELOG
+6
-0
android/app/build.gradle
android/app/build.gradle
+2
-2
android/app/src/main/AndroidManifest.xml
android/app/src/main/AndroidManifest.xml
+0
-2
fastlane/metadata/android/en-US/changelogs/4.txt
fastlane/metadata/android/en-US/changelogs/4.txt
+3
-0
lib/src/resources/global_variables.dart
lib/src/resources/global_variables.dart
+1
-1
pubspec.yaml
pubspec.yaml
+1
-1
No files found.
CHANGELOG
View file @
86f6e243
### 1.1.0 (2019-09-14)
* Add virtual gamepad input method
* Performance improvements
* Minor UI improvements
### 1.0.2 (2019-09-01)
* Minor UI improvements
...
...
android/app/build.gradle
View file @
86f6e243
...
...
@@ -13,12 +13,12 @@ if (flutterRoot == null) {
def
flutterVersionCode
=
localProperties
.
getProperty
(
'flutter.versionCode'
)
if
(
flutterVersionCode
==
null
)
{
flutter
V
ersionCode
=
'3'
throw
new
GradleException
(
"versionCode not found. Define
flutter
.v
ersionCode
in the local.properties file."
)
}
def
flutterVersionName
=
localProperties
.
getProperty
(
'flutter.versionName'
)
if
(
flutterVersionName
==
null
)
{
flutter
V
ersionName
=
'1.0.2'
throw
new
GradleException
(
"versionName not found. Define
flutter
.v
ersionName
in the local.properties file."
)
}
apply
plugin:
'com.android.application'
...
...
android/app/src/main/AndroidManifest.xml
View file @
86f6e243
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:versionCode=
"3"
android:versionName=
"1.0.2"
package=
"xyz.deepdaikon.zoysii"
>
<uses-sdk
android:minSdkVersion=
"16"
android:targetSdkVersion=
"29"
/>
...
...
fastlane/metadata/android/en-US/changelogs/4.txt
0 → 100644
View file @
86f6e243
* Add virtual gamepad input method
* Performance improvements
* Minor UI improvements
\ No newline at end of file
lib/src/resources/global_variables.dart
View file @
86f6e243
...
...
@@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
import
'package:zoysii/src/screens/settings/resources/settings_class.dart'
;
// Zoysii app version
const
String
appVersion
=
'1.
0.2
'
;
const
String
appVersion
=
'1.
1.0
'
;
// Global font size dimension
const
double
kTextFontSize
=
20
;
...
...
pubspec.yaml
View file @
86f6e243
name
:
zoysii
description
:
A simple game. Delete numbers by swiping.
version
:
1.
0.2
version
:
1.
1.0+4
environment
:
sdk
:
"
>=2.3.0
<3.0.0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment