Skip to content

Commit 6e2689f

Browse files
Changed: Bump to v0.118.0
1 parent 32dcea7 commit 6e2689f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The core [Termux](https://github.com/termux/termux-app) app comes with the follo
4949

5050
## Installation
5151

52-
Latest version is `v0.117`.
52+
Latest version is `v0.118.0`.
5353

5454
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).
5555

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId "com.termux"
3131
minSdkVersion project.properties.minSdkVersion.toInteger()
3232
targetSdkVersion project.properties.targetSdkVersion.toInteger()
33-
versionCode 117
34-
versionName "0.117.0"
33+
versionCode 118
34+
versionName "0.118.0"
3535

3636
if (appVersionName) versionName = appVersionName
3737
validateVersionName(versionName)

terminal-emulator/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ afterEvaluate {
6666
from components.release
6767
groupId = 'com.termux'
6868
artifactId = 'terminal-emulator'
69-
version = '0.117'
69+
version = '0.118.0'
7070
artifact(sourceJar)
7171
}
7272
}

terminal-view/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ afterEvaluate {
4545
from components.release
4646
groupId = 'com.termux'
4747
artifactId = 'terminal-view'
48-
version = '0.117'
48+
version = '0.118.0'
4949
artifact(sourceJar)
5050
}
5151
}

termux-shared/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ afterEvaluate {
6565
from components.release
6666
groupId = 'com.termux'
6767
artifactId = 'termux-shared'
68-
version = '0.117'
68+
version = '0.118.0'
6969
artifact(sourceJar)
7070
}
7171
}

0 commit comments

Comments
 (0)