Compare commits
2
Commits
ccff219874
...
89585ec23f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89585ec23f | ||
|
|
b304c7ebce |
@@ -26,6 +26,11 @@ subprojects {
|
|||||||
tasks.register<Delete>("clean") {
|
tasks.register<Delete>("clean") {
|
||||||
delete(rootProject.layout.buildDirectory)
|
delete(rootProject.layout.buildDirectory)
|
||||||
}
|
}
|
||||||
|
subprojects {
|
||||||
|
if (project.name == "desktop_drop") {
|
||||||
|
pluginManager.apply("org.jetbrains.kotlin.android")
|
||||||
|
}
|
||||||
|
}
|
||||||
subprojects {
|
subprojects {
|
||||||
plugins.withId("com.android.library") {
|
plugins.withId("com.android.library") {
|
||||||
extensions.configure<com.android.build.gradle.BaseExtension> {
|
extensions.configure<com.android.build.gradle.BaseExtension> {
|
||||||
|
|||||||
+2
-2
@@ -109,10 +109,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: desktop_drop
|
name: desktop_drop
|
||||||
sha256: c65d1f959ccf4bb6803f984303d03e1e0dd4c0f73a3a2eca2d1b46d48ea16999
|
sha256: "4c639b4cb80780d1cb94c3252309772e5e68522372181497bc9cd2fbd973aec1"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.8.2"
|
version: "0.8.3"
|
||||||
device_info_plus:
|
device_info_plus:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|||||||
+2
-2
@@ -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
|
# 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
|
# 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.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 1.2.0+6
|
version: 1.1.5+7
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.12.2
|
sdk: ^3.12.2
|
||||||
@@ -54,7 +54,7 @@ dependencies:
|
|||||||
vibration: ^3.2.0
|
vibration: ^3.2.0
|
||||||
excel: ^4.0.6
|
excel: ^4.0.6
|
||||||
file_picker: ^12.1.2
|
file_picker: ^12.1.2
|
||||||
desktop_drop: ^0.8.2
|
desktop_drop: ^0.8.3
|
||||||
web: ^1.1.1
|
web: ^1.1.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user