Skip to content
Snippets Groups Projects
Commit 2a8b85ad authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Merge branch '1-add-minimal-empty-application' into 'master'

Resolve "Add minimal empty application"

Closes #1

See merge request !1
parents 1cda6c55 ab4146b9
No related branches found
No related tags found
1 merge request!1Resolve "Add minimal empty application"
Pipeline #1911 passed
Showing
with 29 additions and 0 deletions
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=0.0.1
app.versionCode=1
#Fri Jun 23 08:50:38 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
include ':app'
def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
def properties = new Properties()
assert localPropertiesFile.exists()
localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
def flutterSdkPath = properties.getProperty("flutter.sdk")
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
assets/empty.png

170 B

assets/icons/button_back.png

3.66 KiB

assets/icons/button_start.png

3.88 KiB

assets/icons/difficulty_easy.png

2.77 KiB

assets/icons/difficulty_hard.png

2.59 KiB

assets/icons/difficulty_medium.png

2.79 KiB

assets/icons/game_win.png

7.72 KiB

assets/skins/default_tile_black.png

3.3 KiB

assets/skins/default_tile_white.png

3.19 KiB

Add initial empty app
Improve CI/CD, add jabber notification on create tag
Add minimal playable game.
Finalize minimal gameplay.
Remove flag on cell when explored.
Ensure first cell is not mined (postone put mines on board)
Simple Reversi Game
fastlane/metadata/android/en-US/images/icon.png

21.4 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment