mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-29 05:31:09 +01:00
version 0.98 (v0.97 is non-release, so updating from 0.96 to 0.98)
This commit is contained in:
parent
70580abd50
commit
619552ec5c
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 96
|
versionCode 98
|
||||||
versionName "0.96"
|
versionName "0.98"
|
||||||
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
ndkBuild {
|
ndkBuild {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue