app/build.gradle: bump version
Some checks failed
Build / build (apt-android-5) (push) Has been cancelled
Build / build (apt-android-7) (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Unit tests / testing (push) Has been cancelled

This commit is contained in:
Alexander Sosedkin 2025-06-14 22:42:41 +02:00
parent d684c2df7c
commit 14dc0df6c4

View file

@ -41,8 +41,8 @@ android {
defaultConfig {
applicationId "com.termux"
applicationIdSuffix ".nix"
versionCode 188036
versionName "0.118.0_v0.3.6_nix"
versionCode 188037
versionName "0.118.0_v0.3.7_nix"
// fdroid checkupdates looks for literal versionCode/versionName,
// can't get fancy with these and use string interpolation and similar
ndk {