diff --git a/app/build.gradle b/app/build.gradle index 174e53f5..41565492 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 23 targetSdkVersion 34 - versionCode = 300 - versionName = '59.3.0' + versionCode = 309 + versionName = '59.4.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H -lstdc++' diff --git a/build.gradle b/build.gradle index 4f02e4b0..f15f8b6e 100644 --- a/build.gradle +++ b/build.gradle @@ -7,11 +7,9 @@ buildscript { mavenCentral() } dependencies { - //noinspection AndroidGradlePluginVersion + // noinspection AndroidGradlePluginVersion classpath 'com.android.tools.build:gradle:8.1.0-alpha09' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files } } diff --git a/fastlane/metadata/android/en-US/changelogs/59.4.0.txt b/fastlane/metadata/android/en-US/changelogs/59.4.0.txt new file mode 100644 index 00000000..44d91619 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/59.4.0.txt @@ -0,0 +1,2 @@ +- Use thread RTP receive mode +- New Czech and Portuguese translations