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
Xeonjia
Commits
30063208
Commit
30063208
authored
Nov 27, 2020
by
DeepDaikon
Browse files
version: 2.0.0
parent
5e8bd47e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
7 deletions
+18
-7
CHANGELOG
CHANGELOG
+8
-0
android/app/src/main/AndroidManifest.xml
android/app/src/main/AndroidManifest.xml
+2
-2
fastlane/metadata/android/en-US/changelogs/6.txt
fastlane/metadata/android/en-US/changelogs/6.txt
+5
-0
lib/ui/screens/info/info_page.dart
lib/ui/screens/info/info_page.dart
+2
-4
pubspec.yaml
pubspec.yaml
+1
-1
No files found.
CHANGELOG
View file @
30063208
### 2.0.0 (2020-11-24)
* New story mode
* Update graphics
* Improve UI/UX
* Add background music and sfx
* Bug fixes
### 1.2.0 (2020-04-12)
* Add some animations
...
...
android/app/src/main/AndroidManifest.xml
View file @
30063208
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:installLocation=
"auto"
android:versionCode=
"
5
"
android:versionName=
"
1.2
.0"
android:versionCode=
"
6
"
android:versionName=
"
2.0
.0"
package=
"xyz.deepdaikon.xeonjia"
>
<uses-sdk
android:minSdkVersion=
"16"
android:targetSdkVersion=
"29"
/>
...
...
fastlane/metadata/android/en-US/changelogs/6.txt
0 → 100644
View file @
30063208
* New story mode
* Update graphics
* Improve UI/UX
* Add background music and sfx
* Bug fixes
\ No newline at end of file
lib/ui/screens/info/info_page.dart
View file @
30063208
...
...
@@ -9,8 +9,6 @@ class InfoPage extends StatefulWidget {
}
class
_InfoPageState
extends
State
<
InfoPage
>
{
static
final
version
=
'1.2.0'
;
final
List
<
Map
<
String
,
dynamic
>>
infoMenuList
=
[
{
'title'
:
'By DeepDaikon'
,
...
...
@@ -19,10 +17,10 @@ class _InfoPageState extends State<InfoPage> {
'icon'
:
const
Icon
(
Icons
.
change_history
),
},
{
'title'
:
'Version:
$version
'
,
'title'
:
'Version:
2.0.0
'
,
'subtitle'
:
'App version'
,
'url'
:
''
,
'icon'
:
const
Icon
(
Icons
.
looks_
one
),
'icon'
:
const
Icon
(
Icons
.
looks_
two
),
},
{
'title'
:
'Donate'
,
...
...
pubspec.yaml
View file @
30063208
name
:
xeonjia
description
:
Solve ice puzzles and defeat enemies in an RPG world.
version
:
1.
2.0
+5
version
:
2.0
.0+6
environment
:
sdk
:
"
>=2.10.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