start 0.0.23

This commit is contained in:
InsanusMokrassar 2022-01-25 20:12:48 +06:00
parent 8e9ff07b71
commit 2a76519843
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Changelog
## 0.0.23
## 0.0.22
* Add opportunity to customize table header cells

View File

@ -9,4 +9,4 @@ android.enableJetifier=true
# Project data
group=dev.inmo
version=0.0.22
version=0.0.23

1
local.make_version.sh Executable file
View File

@ -0,0 +1 @@
git add -A && git stash && git checkout master && git pull && git checkout -b "$1" && nano gradle.properties CHANGELOG.md && git add -A && git commit -m "start $1" && git stash pop && git add -A && nano CHANGELOG.md && git add -A && git commit -m "$2" && git push --set-upstream origin "$1" && ./gradlew clean && ./gradlew publishToMavenLocal