Skip to content

Commit 7e225c9

Browse files
Release: v0.52.0
1 parent a3a231e commit 7e225c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ allowed to call the API methods in this app).
1111

1212
## Installation
1313

14-
Latest version is `v0.51.0`.
14+
Latest version is `v0.52.0`.
1515

1616
Termux:API application can be obtained from [F-Droid](https://f-droid.org/en/packages/com.termux.api/).
1717

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.termux.api"
1212
minSdk project.properties.minSdkVersion.toInteger()
1313
targetSdk project.properties.targetSdkVersion.toInteger()
14-
versionCode 1000
15-
versionName "0.51.0"
14+
versionCode 1001
15+
versionName "0.52.0"
1616

1717
if (appVersionName) versionName = appVersionName
1818
validateVersionName(versionName)

0 commit comments

Comments
 (0)