Changed: Bump to v0.118.0

This commit is contained in:
agnostic-apollo
2022-01-08 03:32:35 +05:00
parent 480f92880c
commit 9259ef0be1
5 changed files with 6 additions and 6 deletions

View File

@@ -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).

View File

@@ -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)

View File

@@ -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)
} }
} }

View File

@@ -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)
} }
} }

View File

@@ -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)
} }
} }