mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-09 03:56:09 +01:00
Bump to v0.115
This commit is contained in:
parent
2034121798
commit
dea8c9879e
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 114
|
versionCode 115
|
||||||
versionName "0.114"
|
versionName "0.115"
|
||||||
|
|
||||||
manifestPlaceholders.TERMUX_PACKAGE_NAME = "com.termux"
|
manifestPlaceholders.TERMUX_PACKAGE_NAME = "com.termux"
|
||||||
manifestPlaceholders.TERMUX_APP_NAME = "Termux"
|
manifestPlaceholders.TERMUX_APP_NAME = "Termux"
|
||||||
|
|
|
||||||
|
|
@ -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.114'
|
version = '0.115'
|
||||||
artifact(sourceJar)
|
artifact(sourceJar)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.114'
|
version = '0.115'
|
||||||
artifact(sourceJar)
|
artifact(sourceJar)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.114'
|
version = '0.115'
|
||||||
artifact(sourceJar)
|
artifact(sourceJar)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue