From 8ca430178a33ce20a5afddeb7f8fd271ee798715 Mon Sep 17 00:00:00 2001 From: onebone Date: Sat, 1 May 2021 23:20:55 +0900 Subject: [PATCH] add script for publishing --- .gitignore | 4 + .idea/codeStyles/Project.xml | 6 ++ .../java/me/onebone/toolbar/MainActivity.kt | 2 +- gradle/publish.gradle | 74 +++++++++++++++++++ lib/build.gradle | 2 + 5 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 gradle/publish.gradle diff --git a/.gitignore b/.gitignore index 2a76195..61656e0 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,8 @@ captures/ # Comment next line if keeping position of elements in Navigation Editor is relevant for you .idea/navEditor.xml +.idea/deploymentTargetDropDown.xml + # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. #*.jks @@ -207,6 +209,8 @@ crashlytics.properties crashlytics-build.properties fabric.properties +/publish.properties + ### AndroidStudio Patch ### !/gradle/wrapper/gradle-wrapper.jar diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index fa39080..055bd11 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -16,6 +16,12 @@