Bump to v0.110

This commit is contained in:
agnostic-apollo
2021-04-15 05:14:31 +05:00
parent 3af5730354
commit a6ae656c9f
5 changed files with 8 additions and 5 deletions

View File

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