pmt: initial 2.5.0 update
This commit is contained in:
5
build/workflow/build.config
Executable file
5
build/workflow/build.config
Executable file
@@ -0,0 +1,5 @@
|
||||
export PMT_VERSION="2.5.0"
|
||||
export PMT_VERSION_CODE=250
|
||||
export NDK_LINK="https://dl.google.com/android/repository/android-ndk-r27-linux.zip"
|
||||
export NDK_VERSION="r27"
|
||||
export NDK_IS="android-ndk"
|
||||
14
build/workflow/relnotes
Executable file
14
build/workflow/relnotes
Executable file
@@ -0,0 +1,14 @@
|
||||
echo -e "Compiled with clang
|
||||
|
||||
${CC_VERSION}
|
||||
|
||||
VERSION: \`${PMT_VERSION}\`
|
||||
VERSION CODE: \`${PMT_VERSION_CODE}\`
|
||||
TARGET ARCHITECTURE: \`arm64-v8a\` (64-bit) and \`armeabi-v7a\` (32-bit)
|
||||
|
||||
Notes:
|
||||
Builded with Android NDK ${NDK_VERSION}
|
||||
Packages are compressed with xz.
|
||||
Builded debian packages for termux.
|
||||
Report bugs and suggestions.
|
||||
[Click](https://github.com/ShawkTeam/pmt/blob/${PMT_VERSION}/CHANGELOG.md) for viewing version ${PMT_VERSION} changelog."
|
||||
Reference in New Issue
Block a user