mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 09:45:45 +08:00
@@ -26,8 +26,8 @@ android {
|
||||
applicationId "com.termux"
|
||||
minSdkVersion project.properties.minSdkVersion.toInteger()
|
||||
targetSdkVersion project.properties.targetSdkVersion.toInteger()
|
||||
versionCode 115
|
||||
versionName "0.115"
|
||||
versionCode 114
|
||||
versionName "0.114"
|
||||
|
||||
manifestPlaceholders.TERMUX_PACKAGE_NAME = "com.termux"
|
||||
manifestPlaceholders.TERMUX_APP_NAME = "Termux"
|
||||
|
@@ -66,7 +66,7 @@ afterEvaluate {
|
||||
from components.release
|
||||
groupId = 'com.termux'
|
||||
artifactId = 'terminal-emulator'
|
||||
version = '0.115'
|
||||
version = '0.114'
|
||||
artifact(sourceJar)
|
||||
}
|
||||
}
|
||||
|
@@ -45,7 +45,7 @@ afterEvaluate {
|
||||
from components.release
|
||||
groupId = 'com.termux'
|
||||
artifactId = 'terminal-view'
|
||||
version = '0.115'
|
||||
version = '0.114'
|
||||
artifact(sourceJar)
|
||||
}
|
||||
}
|
||||
|
@@ -61,7 +61,7 @@ afterEvaluate {
|
||||
from components.release
|
||||
groupId = 'com.termux'
|
||||
artifactId = 'termux-shared'
|
||||
version = '0.115'
|
||||
version = '0.114'
|
||||
artifact(sourceJar)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user