mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-24 03:09:43 +01:00
Release: v0.118.2
This commit is contained in:
parent
a8f8be18cb
commit
21c0d51fb6
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 1000
|
||||
versionName "0.118.1"
|
||||
versionCode 1001
|
||||
versionName "0.118.2"
|
||||
|
||||
if (appVersionName) versionName = appVersionName
|
||||
validateVersionName(versionName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue