diff --git a/android/gradle.properties b/android/gradle.properties index 597f90128b8843068fe1d70a72b1bd9bcd1c908b..3e4ee4f7fc752c7bb9d11bf7ffc76f46dd8039d7 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,5 +1,5 @@ org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true -app.versionName=1.0.20 -app.versionCode=21 +app.versionName=1.0.21 +app.versionCode=22 diff --git a/fastlane/metadata/android/en-US/changelogs/22.txt b/fastlane/metadata/android/en-US/changelogs/22.txt new file mode 100644 index 0000000000000000000000000000000000000000..750102a5f6e73c1f583bb0ca3df41d9ec0f441dd --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/22.txt @@ -0,0 +1 @@ +Remove application "web" version. diff --git a/fastlane/metadata/android/fr-FR/changelogs/22.txt b/fastlane/metadata/android/fr-FR/changelogs/22.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d09764965b7fcb8626dcddd57475fbe483cc1af --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/22.txt @@ -0,0 +1 @@ +Suppression de la version "web" de l'application. diff --git a/pubspec.lock b/pubspec.lock index df2772b134cd0e2dc7cb0ed027cea68828810918..f6caeef09201deb0f5cb2a81c1d6dd62fdb9c724 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -50,10 +50,10 @@ packages: dependency: transitive description: name: meta - sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04 + sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136" url: "https://pub.dev" source: hosted - version: "1.11.0" + version: "1.12.0" sky_engine: dependency: transitive description: flutter @@ -68,4 +68,4 @@ packages: source: hosted version: "2.1.4" sdks: - dart: ">=3.2.0-0 <4.0.0" + dart: ">=3.3.0-0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 132c8b06e9febab56ced1797cb3f2b56882f1a73..55712aa189e5a9257a161b0ae6e35df0a5cc304f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: puissance4 description: puissance4 publish_to: 'none' -version: 1.0.20+21 +version: 1.0.21+22 environment: sdk: '^3.0.0' diff --git a/web/icons/Icon-192.png b/web/icons/Icon-192.png deleted file mode 100644 index 6c1acb7c68faf7c6d6204ba52a6fe2b160412a19..0000000000000000000000000000000000000000 Binary files a/web/icons/Icon-192.png and /dev/null differ diff --git a/web/icons/Icon-512.png b/web/icons/Icon-512.png deleted file mode 100644 index a18ac94c3639069fd055278bc0e293db8e16a661..0000000000000000000000000000000000000000 Binary files a/web/icons/Icon-512.png and /dev/null differ diff --git a/web/index.html b/web/index.html deleted file mode 100644 index 294782837a5fe34cd7ec0401d95b126ca52bdecb..0000000000000000000000000000000000000000 --- a/web/index.html +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="UTF-8"> - <meta content="IE=Edge" http-equiv="X-UA-Compatible"> - <meta name="description" content="A new Flutter project."> - - <!-- iOS meta tags & icons --> - <meta name="apple-mobile-web-app-capable" content="yes"> - <meta name="apple-mobile-web-status-bar-style" content="black"> - <meta name="apple-mobile-web-app-title" content="puissance4"> - <link rel="apple-touch-icon" href="/icons/Icon-192.png"> - - <title>puissance4</title> - <link rel="manifest" href="/manifest.json"> -</head> -<body> - <!-- This script installs service_worker.js to provide PWA functionality to - application. For more information, see: - https://developers.google.com/web/fundamentals/primers/service-workers --> - <script> - if ('serviceWorker' in navigator) { - window.addEventListener('load', function () { - navigator.serviceWorker.register('/flutter_service_worker.js'); - }); - } - </script> - <script src="main.dart.js" type="application/javascript"></script> -</body> -</html> diff --git a/web/manifest.json b/web/manifest.json deleted file mode 100644 index 63275bc444b80198e2bb4213888dfdd69ca5f86b..0000000000000000000000000000000000000000 --- a/web/manifest.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "puissance4", - "short_name": "puissance4", - "start_url": ".", - "display": "minimal-ui", - "background_color": "#0175C2", - "theme_color": "#0175C2", - "description": "puissance4", - "orientation": "portrait-primary", - "prefer_related_applications": false, - "icons": [ - { - "src": "icons/Icon-192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "icons/Icon-512.png", - "sizes": "512x512", - "type": "image/png" - } - ] -}