File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ A [Termux] plugin app to show the terminal in a floating terminal window.
21
21
22
22
### Installation
23
23
24
- Latest version is ` v0.15 .0 ` .
24
+ Latest version is ` v0.17 .0 ` .
25
25
26
26
** Check [ ` termux-app ` Installation] ( https://github.com/termux/termux-app#Installation ) for details before reading forward.**
27
27
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
applicationId " com.termux.window"
12
12
minSdk project. properties. minSdkVersion. toInteger()
13
13
targetSdk project. properties. targetSdkVersion. toInteger()
14
- versionCode 1000
15
- versionName " 0.16 .0"
14
+ versionCode 1001
15
+ versionName " 0.17 .0"
16
16
17
17
if (appVersionName) versionName = appVersionName
18
18
validateVersionName(versionName)
You can’t perform that action at this time.
0 commit comments