From 21ac9cffa079431faf0933fef201223310afac24 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 4 Apr 2024 13:57:32 -0700 Subject: [PATCH] android resourses for flutter 3.19.3 --- .drone.yml | 1 + android/app/src/main/res/drawable/knott.xml | 81 +++++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 ++ .../app/src/main/res/values-v26/styles.xml | 14 ++++ android/app/src/main/res/values/colors.xml | 5 ++ android/app/src/main/res/values/styles.xml | 23 ++++++ 6 files changed, 129 insertions(+) create mode 100644 android/app/src/main/res/drawable/knott.xml create mode 100644 android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 android/app/src/main/res/values-v26/styles.xml create mode 100644 android/app/src/main/res/values/colors.xml create mode 100644 android/app/src/main/res/values/styles.xml diff --git a/.drone.yml b/.drone.yml index 717682c8..150cade5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -348,6 +348,7 @@ steps: commands: - export PATH=$PATH:/Users/drone/bin/flutter/bin - export PATH=$GEM_HOME/ruby/2.6.0/bin:$PATH + - flutter doctor - flutter build macos --dart-define BUILD_VER=`cat VERSION` --dart-define BUILD_DATE=`cat COMMIT_DATE` - export PATH=$PATH:/opt/homebrew/bin/ #create-dmg - macos/package-release.sh diff --git a/android/app/src/main/res/drawable/knott.xml b/android/app/src/main/res/drawable/knott.xml new file mode 100644 index 00000000..a7eb243b --- /dev/null +++ b/android/app/src/main/res/drawable/knott.xml @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..4732f3cd --- /dev/null +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/values-v26/styles.xml b/android/app/src/main/res/values-v26/styles.xml new file mode 100644 index 00000000..4332e406 --- /dev/null +++ b/android/app/src/main/res/values-v26/styles.xml @@ -0,0 +1,14 @@ + + + + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml new file mode 100644 index 00000000..600064c7 --- /dev/null +++ b/android/app/src/main/res/values/colors.xml @@ -0,0 +1,5 @@ + + #281831 + #00ff00 + @color/darkGreyPurple + diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml new file mode 100644 index 00000000..8869be16 --- /dev/null +++ b/android/app/src/main/res/values/styles.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + \ No newline at end of file