mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-11 11:31:13 +01:00
Bump version to 0.26
This commit is contained in:
parent
862b461a07
commit
0c13ea1bd4
1 changed files with 5 additions and 5 deletions
|
|
@ -9,17 +9,17 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
main {
|
||||||
jni.srcDirs = []
|
jni.srcDirs = []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.termux"
|
applicationId "com.termux"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 25
|
versionCode 26
|
||||||
versionName "0.25"
|
versionName "0.26"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue