Revert "Bump to v0.115"

This reverts commit bde9d01f
This commit is contained in:
agnostic-apollo
2021-07-01 08:29:19 +05:00
parent bde9d01f76
commit 8e4da6cbcd
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 115 versionCode 114
versionName "0.115" versionName "0.114"
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.115' version = '0.114'
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.115' version = '0.114'
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.115' version = '0.114'
artifact(sourceJar) artifact(sourceJar)
} }
} }