mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-16 05:51:15 +01:00
Bump to v0.114
This commit is contained in:
parent
7ac62c9840
commit
4dfed3320e
4 changed files with 5 additions and 5 deletions
|
|
@ -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 113
|
versionCode 114
|
||||||
versionName "0.113"
|
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"
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ publishing {
|
||||||
bar(MavenPublication) {
|
bar(MavenPublication) {
|
||||||
groupId 'com.termux'
|
groupId 'com.termux'
|
||||||
artifactId 'terminal-emulator'
|
artifactId 'terminal-emulator'
|
||||||
version "0.113"
|
version "0.114"
|
||||||
artifact(sourceJar)
|
artifact(sourceJar)
|
||||||
artifact("$buildDir/outputs/aar/terminal-emulator-release.aar")
|
artifact("$buildDir/outputs/aar/terminal-emulator-release.aar")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ publishing {
|
||||||
bar(MavenPublication) {
|
bar(MavenPublication) {
|
||||||
groupId 'com.termux'
|
groupId 'com.termux'
|
||||||
artifactId 'terminal-view'
|
artifactId 'terminal-view'
|
||||||
version "0.113"
|
version "0.114"
|
||||||
artifact(sourceJar)
|
artifact(sourceJar)
|
||||||
artifact("$buildDir/outputs/aar/terminal-view-release.aar")
|
artifact("$buildDir/outputs/aar/terminal-view-release.aar")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ publishing {
|
||||||
bar(MavenPublication) {
|
bar(MavenPublication) {
|
||||||
groupId 'com.termux'
|
groupId 'com.termux'
|
||||||
artifactId 'termux-shared'
|
artifactId 'termux-shared'
|
||||||
version "0.113"
|
version "0.114"
|
||||||
artifact(sourceJar)
|
artifact(sourceJar)
|
||||||
artifact("$buildDir/outputs/aar/termux-shared-release.aar")
|
artifact("$buildDir/outputs/aar/termux-shared-release.aar")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue