mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 06:30:05 +08:00
1.2.2
This commit is contained in:
parent
9cc9b16306
commit
75686ab57f
@ -1,5 +1,5 @@
|
|||||||
if [ ! -z $ENV_NB4A ]; then
|
if [ ! -z $ENV_NB4A ]; then
|
||||||
export COMMIT_SING_BOX_EXTRA="c419bc9a28b23f528072aedbb2d956dbfda0cbb3"
|
export COMMIT_SING_BOX_EXTRA="e9294cd60a5ad5e1efec2fbbe35be03f057c2a63"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -z $ENV_SING_BOX_EXTRA ]; then
|
if [ ! -z $ENV_SING_BOX_EXTRA ]; then
|
||||||
|
|||||||
@ -8,7 +8,7 @@ import (
|
|||||||
var outdated string
|
var outdated string
|
||||||
|
|
||||||
func GetBuildTime() int64 {
|
func GetBuildTime() int64 {
|
||||||
buildDate := 20230816
|
buildDate := 20230817
|
||||||
buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate))
|
buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate))
|
||||||
return buildTime.Unix()
|
return buildTime.Unix()
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
PACKAGE_NAME=moe.nb4a
|
PACKAGE_NAME=moe.nb4a
|
||||||
VERSION_NAME=1.2.1
|
VERSION_NAME=1.2.2
|
||||||
VERSION_CODE=25
|
VERSION_CODE=26
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user