From 6800e3c7dd87b2b8d609d3e287cf6a60535a95bc Mon Sep 17 00:00:00 2001 From: alikhabazian Date: Mon, 7 Aug 2023 18:01:50 +0330 Subject: [PATCH] for update --- secret_hitler/android/build.gradle | 2 +- secret_hitler/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/secret_hitler/android/build.gradle b/secret_hitler/android/build.gradle index 58a8c74..713d7f6 100644 --- a/secret_hitler/android/build.gradle +++ b/secret_hitler/android/build.gradle @@ -26,6 +26,6 @@ subprojects { project.evaluationDependsOn(':app') } -task clean(type: Delete) { +tasks.register("clean", Delete) { delete rootProject.buildDir } diff --git a/secret_hitler/pubspec.yaml b/secret_hitler/pubspec.yaml index b63520e..8e49edc 100644 --- a/secret_hitler/pubspec.yaml +++ b/secret_hitler/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.1.0+1 +version: 1.2.0+1 environment: sdk: '>=2.19.5 <3.0.0'