upgraded Flutter to stable v3.7.12
This commit is contained in:
parent
9df2ea5d02
commit
0edc031296
7 changed files with 14 additions and 10 deletions
2
.flutter
2
.flutter
|
@ -1 +1 @@
|
||||||
Subproject commit f72efea43c3013323d1b95cff571f3c1caa37583
|
Subproject commit 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
|
|
@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
- Collection: support for Sony predictive capture as burst
|
- Collection: support for Sony predictive capture as burst
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- upgraded Flutter to stable v3.7.12
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Viewer: multi-page context update when removing burst entries
|
- Viewer: multi-page context update when removing burst entries
|
||||||
|
|
|
@ -2,7 +2,7 @@ group 'deckers.thibault.aves.aves_platform_meta'
|
||||||
version '1.0-SNAPSHOT'
|
version '1.0-SNAPSHOT'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.7.20'
|
ext.kotlin_version = '1.8.0'
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -14,7 +14,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
|
@ -2,7 +2,7 @@ group 'deckers.thibault.aves.aves_screen_state'
|
||||||
version '1.0-SNAPSHOT'
|
version '1.0-SNAPSHOT'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.7.20'
|
ext.kotlin_version = '1.8.0'
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
|
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
|
||||||
|
|
|
@ -333,7 +333,7 @@ packages:
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: aves
|
ref: aves
|
||||||
resolved-ref: "1ff8e6d82466939997c0e04a8e28b04f40641728"
|
resolved-ref: c12d794ff60c7309358955d69c5ed55f9028b052
|
||||||
url: "https://github.com/deckerst/fijkplayer.git"
|
url: "https://github.com/deckerst/fijkplayer.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.10.0"
|
version: "0.10.0"
|
||||||
|
@ -788,7 +788,7 @@ packages:
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: aves
|
ref: aves
|
||||||
resolved-ref: "0bf47932242dea4f93f51be0f6bfa3d9e5616c31"
|
resolved-ref: "0e02b0521beadd2be13e9a589b9a45d5cb2a06ff"
|
||||||
url: "https://github.com/deckerst/aves_panorama_motion_sensors.git"
|
url: "https://github.com/deckerst/aves_panorama_motion_sensors.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
|
@ -861,7 +861,7 @@ packages:
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: aves
|
ref: aves
|
||||||
resolved-ref: "89fbc3f1ecfd9be56cf9b4b674aa0aec15cae61e"
|
resolved-ref: "7ed465f893c3998b38230cbbcd7b2f3f8b873845"
|
||||||
url: "https://github.com/deckerst/aves_panorama.git"
|
url: "https://github.com/deckerst/aves_panorama.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.4.1"
|
version: "0.4.1"
|
||||||
|
@ -1291,7 +1291,7 @@ packages:
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: HEAD
|
ref: HEAD
|
||||||
resolved-ref: "7e1082771fd271a63ed41cbd72530f90f83a651a"
|
resolved-ref: "89630a4f5a54121a784ea67cf3a40b89873db939"
|
||||||
url: "https://github.com/deckerst/aves_streams_channel.git"
|
url: "https://github.com/deckerst/aves_streams_channel.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.3.0"
|
version: "0.3.0"
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue