mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Bump to v0.110
This commit is contained in:
parent
3af5730354
commit
a6ae656c9f
5 changed files with 8 additions and 5 deletions
|
|
@ -26,8 +26,8 @@ android {
|
|||
applicationId "com.termux"
|
||||
minSdkVersion project.properties.minSdkVersion.toInteger()
|
||||
targetSdkVersion project.properties.targetSdkVersion.toInteger()
|
||||
versionCode 109
|
||||
versionName "0.109"
|
||||
versionCode project.properties.termuxVersionCode.toInteger()
|
||||
versionName project.properties.termuxVersion
|
||||
|
||||
manifestPlaceholders.TERMUX_PACKAGE_NAME = "com.termux"
|
||||
manifestPlaceholders.TERMUX_APP_NAME = "Termux"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue