Bump to v0.117

This commit is contained in:
agnostic-apollo
2021-07-08 13:12:31 +05:00
parent d49fd6b00c
commit 9272a757af
4 changed files with 5 additions and 5 deletions

View File

@@ -26,8 +26,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 116 versionCode 117
versionName "0.116" versionName "0.117"
manifestPlaceholders.TERMUX_PACKAGE_NAME = "com.termux" manifestPlaceholders.TERMUX_PACKAGE_NAME = "com.termux"
manifestPlaceholders.TERMUX_APP_NAME = "Termux" manifestPlaceholders.TERMUX_APP_NAME = "Termux"

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.116' version = '0.117'
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.116' version = '0.117'
artifact(sourceJar) artifact(sourceJar)
} }
} }

View File

@@ -61,7 +61,7 @@ afterEvaluate {
from components.release from components.release
groupId = 'com.termux' groupId = 'com.termux'
artifactId = 'termux-shared' artifactId = 'termux-shared'
version = '0.116' version = '0.117'
artifact(sourceJar) artifact(sourceJar)
} }
} }