Skip to content

Commit

Permalink
Changed: Bump to v0.118.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agnostic-apollo committed Jan 7, 2022
1 parent 32dcea7 commit 6e2689f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ The core [Termux](https://github.com/termux/termux-app) app comes with the follo

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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "com.termux"
minSdkVersion project.properties.minSdkVersion.toInteger()
targetSdkVersion project.properties.targetSdkVersion.toInteger()
versionCode 117
versionName "0.117.0"
versionCode 118
versionName "0.118.0"

if (appVersionName) versionName = appVersionName
validateVersionName(versionName)
Expand Down
2 changes: 1 addition & 1 deletion terminal-emulator/build.gradle
Expand Up @@ -66,7 +66,7 @@ afterEvaluate {
from components.release
groupId = 'com.termux'
artifactId = 'terminal-emulator'
version = '0.117'
version = '0.118.0'
artifact(sourceJar)
}
}
Expand Down
2 changes: 1 addition & 1 deletion terminal-view/build.gradle
Expand Up @@ -45,7 +45,7 @@ afterEvaluate {
from components.release
groupId = 'com.termux'
artifactId = 'terminal-view'
version = '0.117'
version = '0.118.0'
artifact(sourceJar)
}
}
Expand Down
2 changes: 1 addition & 1 deletion termux-shared/build.gradle
Expand Up @@ -65,7 +65,7 @@ afterEvaluate {
from components.release
groupId = 'com.termux'
artifactId = 'termux-shared'
version = '0.117'
version = '0.118.0'
artifact(sourceJar)
}
}
Expand Down

0 comments on commit 6e2689f

Please sign in to comment.