Bump to v0.112

This only reverts the versioning login change done in a6ae656c since that caused F-Droid bot and Github Packages to fail to pick up new releases. The versions must be bumped directly in `build.gradle` file in future and not through other files like `gradle.properties`.
This commit is contained in:
agnostic-apollo
2021-04-22 19:57:08 +05:00
parent 2e156d4621
commit 0aa5a123b7
4 changed files with 5 additions and 5 deletions

View File

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