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 @@ -26,7 +26,7 @@ A [Termux] plugin app allowing `Termux` commands to be executed from [Tasker] an
2626
2727### Installation
2828
29- Latest version is ` v0.8 .0 ` .
29+ Latest version is ` v0.9 .0 ` .
3030
3131Check [ ` termux-app ` Installation] ( https://github.com/termux/termux-app#Installation ) for details before reading forward.
3232
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
1111 applicationId " com.termux.tasker"
1212 minSdk project. properties. minSdkVersion. toInteger()
1313 targetSdk project. properties. targetSdkVersion. toInteger()
14- versionCode 1001
15- versionName " 0.8 .0"
14+ versionCode 1002
15+ versionName " 0.9 .0"
1616
1717 if (appVersionName) versionName = appVersionName
1818 validateVersionName(versionName)
You can’t perform that action at this time.
0 commit comments