From 048a293e9850f2d8b201435ab3cb15194bee13dc Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Thu, 25 Mar 2021 14:36:05 -0500 Subject: [PATCH] add black theme --- AndroidManifest.xml | 4 ++-- internal/croctheme/blackTheme.go | 39 ++++++++++++++++++++++++++++++++ settings.go | 6 ++++- 3 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 internal/croctheme/blackTheme.go diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d7e22ab..c846c79 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.github.howeyc.crocgui" - android:versionCode="8" - android:versionName="1.4.1"> + android:versionCode="9" + android:versionName="1.5.0">