mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-11 11:31:13 +01:00
version 0.107
This commit is contained in:
parent
94deecb7b1
commit
4139bf9424
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ android {
|
||||||
applicationId "com.termux"
|
applicationId "com.termux"
|
||||||
minSdkVersion project.properties.minSdkVersion.toInteger()
|
minSdkVersion project.properties.minSdkVersion.toInteger()
|
||||||
targetSdkVersion project.properties.targetSdkVersion.toInteger()
|
targetSdkVersion project.properties.targetSdkVersion.toInteger()
|
||||||
versionCode 106
|
versionCode 107
|
||||||
versionName "0.106"
|
versionName "0.107"
|
||||||
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
ndkBuild {
|
ndkBuild {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue