File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ android {
26
26
applicationId " com.termux"
27
27
minSdkVersion project. properties. minSdkVersion. toInteger()
28
28
targetSdkVersion project. properties. targetSdkVersion. toInteger()
29
- versionCode 112
30
- versionName " 0.112 "
29
+ versionCode 113
30
+ versionName " 0.113 "
31
31
32
32
manifestPlaceholders. TERMUX_PACKAGE_NAME = " com.termux"
33
33
manifestPlaceholders. TERMUX_APP_NAME = " Termux"
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ publishing {
63
63
bar(MavenPublication ) {
64
64
groupId ' com.termux'
65
65
artifactId ' terminal-emulator'
66
- version " 0.112 "
66
+ version " 0.113 "
67
67
artifact(sourceJar)
68
68
artifact(" $buildDir /outputs/aar/terminal-emulator-release.aar" )
69
69
}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ publishing {
42
42
bar(MavenPublication ) {
43
43
groupId ' com.termux'
44
44
artifactId ' terminal-view'
45
- version " 0.112 "
45
+ version " 0.113 "
46
46
artifact(sourceJar)
47
47
artifact(" $buildDir /outputs/aar/terminal-view-release.aar" )
48
48
}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ publishing {
57
57
bar(MavenPublication ) {
58
58
groupId ' com.termux'
59
59
artifactId ' termux-shared'
60
- version " 0.112 "
60
+ version " 0.113 "
61
61
artifact(sourceJar)
62
62
artifact(" $buildDir /outputs/aar/termux-shared-release.aar" )
63
63
}
You can’t perform that action at this time.
0 commit comments