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