mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-09 18:41:11 +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 {
|
||||
main {
|
||||
jni.srcDirs = []
|
||||
}
|
||||
main {
|
||||
jni.srcDirs = []
|
||||
}
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.termux"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 23
|
||||
versionCode 25
|
||||
versionName "0.25"
|
||||
versionCode 26
|
||||
versionName "0.26"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue