We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f4799 commit b435f4bCopy full SHA for b435f4b
2 files changed
README.md
@@ -21,7 +21,7 @@ A [Termux] plugin app to show the terminal in a floating terminal window.
21
22
### Installation
23
24
-Latest version is `v0.15.0`.
+Latest version is `v0.17.0`.
25
26
**Check [`termux-app` Installation](https://github.com/termux/termux-app#Installation) for details before reading forward.**
27
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
applicationId "com.termux.window"
12
minSdk project.properties.minSdkVersion.toInteger()
13
targetSdk project.properties.targetSdkVersion.toInteger()
14
- versionCode 1000
15
- versionName "0.16.0"
+ versionCode 1001
+ versionName "0.17.0"
16
17
if (appVersionName) versionName = appVersionName
18
validateVersionName(versionName)
0 commit comments