4 Commits

Author SHA1 Message Date
Miguel Horta
c6fdfc4cbe Pin ndkVersion
Without indicating ndkVersion gradle won't find ndk path and it will
fail to extract debug symbols from binaries. The final result will be a
apk much bigger than needed.
2022-06-30 19:28:04 +01:00
Licaon_Kter
881d81cc50 Add tips 2022-06-20 11:32:53 +01:00
Licaon_Kter
d40a4b599e fix extra line 2022-06-20 11:32:53 +01:00
Licaon_Kter
62611e60f4 Initial Fastlane structure 2022-06-20 11:32:53 +01:00
12 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1 @@
Initial F-Droid release

View File

@@ -0,0 +1,11 @@
NOTE: This is a fork of https://github.com/pelya/openttd-android since development there is on hold currently.
OpenTTD is an open source reimplementation of the Microprose game Transport Tycoon Deluxe (TTD). As president of a start-up transportation company in (typically) 1950, you have a choice of building rail, road, air and maritime transportation routes to build up your transportation empire. Outsmart your competition by beating them to attractive passenger and commodities routes to become the game's highest-ranking transport company by the year 2050.
OpenTTD is based on Chris Sawyer's Transport Tycoon Deluxe and introduces a whole set of new features, including multiplayer support, better stations and vehicles, larger maps and a host of other options.
Posting a full list of features would be futile as it would mean updating this page almost daily, and even then some things might be forgotten. Play with the game to experience all the features yourself, or take a look at the <a href="https://wiki.openttd.org/en/Manual/">Manual</a> for a more thorough listing and explanation of the features and possibilities available.
Tips:
* Scroll the map with two fingers, when you are building roads or stations.
* Close dialogs by dragging them to the screen edge.

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

View File

@@ -0,0 +1 @@
A simulation game based on the popular game "Transport Tycoon Deluxe"

View File

@@ -4,6 +4,7 @@ plugins {
android {
compileSdk 31
ndkVersion "23.1.7779620"
defaultConfig {
applicationId "net.olofson.ballfield"

View File

@@ -7,10 +7,10 @@ AppName="OpenTTD"
AppFullName=org.openttd.fdroid
# Application version code (integer)
AppVersionCode=1220111
AppVersionCode=1220112
# Application user-visible version name (string)
AppVersionName="12.2.rev111"
AppVersionName="12.2.rev112"
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
# If you'll start Description with '!' symbol it will be enabled by default, '!!' will also hide the entry from the menu, so it cannot be disabled

View File

@@ -3,7 +3,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
include ':app'