mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Changed: Bump to v0.118.0
This commit is contained in:
parent
480f92880c
commit
9259ef0be1
5 changed files with 6 additions and 6 deletions
|
|
@ -49,7 +49,7 @@ The core [Termux](https://github.com/termux/termux-app) app comes with the follo
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Latest version is `v0.117`.
|
Latest version is `v0.118.0`.
|
||||||
|
|
||||||
Termux can be obtained through various sources listed below for **only** Android `>= 7`. Support was dropped for Android `5` and `6` on [2020-01-01](https://www.reddit.com/r/termux/comments/dnzdbs/end_of_android56_support_on_20200101/) at `v0.83`, old builds are available on [archive.org](https://archive.org/details/termux-repositories-legacy).
|
Termux can be obtained through various sources listed below for **only** Android `>= 7`. Support was dropped for Android `5` and `6` on [2020-01-01](https://www.reddit.com/r/termux/comments/dnzdbs/end_of_android56_support_on_20200101/) at `v0.83`, old builds are available on [archive.org](https://archive.org/details/termux-repositories-legacy).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,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 117
|
versionCode 118
|
||||||
versionName "0.117.0"
|
versionName "0.118.0"
|
||||||
|
|
||||||
if (appVersionName) versionName = appVersionName
|
if (appVersionName) versionName = appVersionName
|
||||||
validateVersionName(versionName)
|
validateVersionName(versionName)
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ afterEvaluate {
|
||||||
from components.release
|
from components.release
|
||||||
groupId = 'com.termux'
|
groupId = 'com.termux'
|
||||||
artifactId = 'terminal-emulator'
|
artifactId = 'terminal-emulator'
|
||||||
version = '0.117'
|
version = '0.118.0'
|
||||||
artifact(sourceJar)
|
artifact(sourceJar)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ afterEvaluate {
|
||||||
from components.release
|
from components.release
|
||||||
groupId = 'com.termux'
|
groupId = 'com.termux'
|
||||||
artifactId = 'terminal-view'
|
artifactId = 'terminal-view'
|
||||||
version = '0.117'
|
version = '0.118.0'
|
||||||
artifact(sourceJar)
|
artifact(sourceJar)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ afterEvaluate {
|
||||||
from components.release
|
from components.release
|
||||||
groupId = 'com.termux'
|
groupId = 'com.termux'
|
||||||
artifactId = 'termux-shared'
|
artifactId = 'termux-shared'
|
||||||
version = '0.117'
|
version = '0.118.0'
|
||||||
artifact(sourceJar)
|
artifact(sourceJar)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue