Directory structure reference:
About Multi-Channel Software DistributionIf you are building your program using the Android Studio method of going to 【Build】,【Generate Signed Bundle APK...】, you only need to modify the siyuanVersionName
and siyuanVersionCode
within the build.gradle file at the project level. After making the changes, you can directly package the app and ignore the following content.
The following content is only necessary when building via the command line console:
When building using the command line console, you not only need to modify the siyuanVersionName
and siyuanVersionCode
within the build.gradle file at the project level, but you also need to perform the following steps:
Copy the signings.templates.gradle
file and rename it to signings.gradle
.
Configure the related information in signings.gradle
.
Use the command line to navigate to the root directory of the project and execute the following
# windows .\gradlew clean buildReleaseTask # linux gradle clean buildReleaseTask
The naming convention is as follows:
assemble/bundle Googleplay Debug/Release
assemble
generates APKs bundle
generates AABs Googleplay
is the name of the channel package; refer to the productFlavors {}
configuration in flavors.gradle for the specified location Debug/Release
stands for Test version/Official version
After the execution is complete, you can find the generated program at the following location
siyuan-android\app\build-release\siyuan-${versionName}-all
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4