Bump to v0.113

This commit is contained in:
agnostic-apollo
2021-05-16 23:44:43 +05:00
parent d736b1eba5
commit b711a467c1
4 changed files with 5 additions and 5 deletions

View File

@@ -26,8 +26,8 @@ android {
applicationId "com.termux"
minSdkVersion project.properties.minSdkVersion.toInteger()
targetSdkVersion project.properties.targetSdkVersion.toInteger()
versionCode 112
versionName "0.112"
versionCode 113
versionName "0.113"
manifestPlaceholders.TERMUX_PACKAGE_NAME = "com.termux"
manifestPlaceholders.TERMUX_APP_NAME = "Termux"

View File

@@ -63,7 +63,7 @@ publishing {
bar(MavenPublication) {
groupId 'com.termux'
artifactId 'terminal-emulator'
version "0.112"
version "0.113"
artifact(sourceJar)
artifact("$buildDir/outputs/aar/terminal-emulator-release.aar")
}

View File

@@ -42,7 +42,7 @@ publishing {
bar(MavenPublication) {
groupId 'com.termux'
artifactId 'terminal-view'
version "0.112"
version "0.113"
artifact(sourceJar)
artifact("$buildDir/outputs/aar/terminal-view-release.aar")
}

View File

@@ -57,7 +57,7 @@ publishing {
bar(MavenPublication) {
groupId 'com.termux'
artifactId 'termux-shared'
version "0.112"
version "0.113"
artifact(sourceJar)
artifact("$buildDir/outputs/aar/termux-shared-release.aar")
}