diff --git a/app/build.gradle b/app/build.gradle index 83f7d4f0..2eda6ecf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 23 targetSdkVersion 34 - versionCode = 401 - versionName = '60.4.1' + versionCode = 402 + versionName = '60.4.2' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H -lstdc++'