Skip to content

Commit

Permalink
version 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerakin committed Jan 25, 2020
1 parent d5d4c2b commit d577097
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion assets/datafiles/releases.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"latest": 2,
"latest": 3,
"1.10.0": {
"number": 1,
"url":"https://github.com/Jerakin/Pokedex5E/releases/download/minor%2Fv1.10.0/Pokedex5E.apk"
},
"1.10.1": {
"number": 2,
"url":"https://github.com/Jerakin/Pokedex5E/releases/download/patch%2Fv1.10.1/Pokedex5E.apk"
},
"1.10.2": {
"number": 3,
"url":"https://github.com/Jerakin/Pokedex5E/releases/download/patch%2Fv1.10.2/Pokedex5E.apk"
}
}
12 changes: 6 additions & 6 deletions game.project
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
title = Pokedex5E
dependencies = https://github.com/britzl/monarch/archive/2.17.2.zip,https://github.com/subsoap/defos/archive/v2.3.1.zip,https://github.com/Jerakin/gooey/archive/scale_with_layout_scrollbar.zip,https://github.com/defold/extension-safearea/archive/1.0.0.zip,https://github.com/GameAnalytics/GA-SDK-DEFOLD/archive/2.2.3.zip,https://github.com/selimanac/defold-random/archive/v1.2.1.zip,https://github.com/Jerakin/defsave/archive/master.zip,https://github.com/britzl/defold-clipboard/archive/1.1.zip,https://github.com/britzl/defold-lfs/archive/1.0.zip,https://github.com/defold/extension-gps/archive/1.0.1.zip,https://github.com/Jerakin/editor-script-components/archive/master.zip,https://github.com/Jerakin/editor-script-atlas/archive/master.zip,https://github.com/Jerakin/editor-script-cleanup/archive/master.zip,https://github.com/Jerakin/editor-script-monarch/archive/master.zip,https://github.com/AGulev/set_screen_position/archive/master.zip,https://github.com/Jerakin/PokemonTypes/archive/v1.0.1.zip
custom_resources = assets/datafiles
version = 1.10.1
version = 1.10.2

[gameanalytics]
custom_dimensions_01 = live,debug
build_android = 1.10.1
build_windows = 1.10.1
build_html5 = 1.10.1
build_ios = 1.10.1
build_android = 1.10.2
build_windows = 1.10.2
build_html5 = 1.10.2
build_ios = 1.10.2
game_key_windows =
secret_key_windows =
game_key_android =
Expand Down Expand Up @@ -71,7 +71,7 @@ app_icon_192x192 = /assets/app_icons/icon_192.png
input_method = HiddenInputField
package = com.jerakin.pokedex
manifest = /config/manifests/android/AndroidManifest.xml
version_code = 45
version_code = 46
target_sdk_version = 29
immersive_mode = 1
minimum_sdk_version = 16
Expand Down

0 comments on commit d577097

Please sign in to comment.