mirror of
https://github.com/gmeligio/flutter-docker-image.git
synced 2026-05-24 12:30:34 +00:00
test: update expected android sdk command line tools to version 11.0 (#38)
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"enabled": false,
|
||||
"matchDatasources": ["docker"],
|
||||
"matchUpdateTypes": ["major", "minor"]
|
||||
},
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
docker compose build android && container-structure-test-windows-amd64.exe test --image docker.io/library/flutter-docker-image-android --config test\android.yml
|
||||
+2
-2
@@ -70,10 +70,10 @@ commandTests:
|
||||
- Sending anonymous analytics information
|
||||
|
||||
fileContentTests:
|
||||
- name: 'Android SDK Command-line Tools is version 9.0'
|
||||
- name: 'Android SDK Command-line Tools is version 11.0'
|
||||
path: '/home/flutter/sdks/android-sdk/cmdline-tools/latest/source.properties'
|
||||
expectedContents:
|
||||
- Pkg.Revision=9.0\nPkg.Path=cmdline-tools;9.0\nPkg.Desc=Android SDK Command-line Tools
|
||||
- Pkg.Revision=11.0\nPkg.Path=cmdline-tools;11.0\nPkg.Desc=Android SDK Command-line Tools
|
||||
- name: Dart and Flutter analytics are disabled
|
||||
path: /home/flutter/.dart-tool/dart-flutter-telemetry.config
|
||||
expectedContents:
|
||||
|
||||
Reference in New Issue
Block a user