mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08:00
Changed: Bump to v0.118.0
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user