mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-15 21:41:16 +01:00
Release: v0.118.3
This commit is contained in:
parent
4f033b3445
commit
5b657c6adf
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ android {
|
|||
applicationId "com.termux"
|
||||
minSdkVersion project.properties.minSdkVersion.toInteger()
|
||||
targetSdkVersion project.properties.targetSdkVersion.toInteger()
|
||||
versionCode 1001
|
||||
versionName "0.118.2"
|
||||
versionCode 1002
|
||||
versionName "0.118.3"
|
||||
|
||||
if (appVersionName) versionName = appVersionName
|
||||
validateVersionName(versionName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue