We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a231e commit 7e225c9Copy full SHA for 7e225c9
README.md
@@ -11,7 +11,7 @@ allowed to call the API methods in this app).
11
12
## Installation
13
14
-Latest version is `v0.51.0`.
+Latest version is `v0.52.0`.
15
16
Termux:API application can be obtained from [F-Droid](https://f-droid.org/en/packages/com.termux.api/).
17
app/build.gradle
@@ -11,8 +11,8 @@ android {
applicationId "com.termux.api"
minSdk project.properties.minSdkVersion.toInteger()
targetSdk project.properties.targetSdkVersion.toInteger()
- versionCode 1000
- versionName "0.51.0"
+ versionCode 1001
+ versionName "0.52.0"
if (appVersionName) versionName = appVersionName
18
validateVersionName(versionName)
0 commit comments