New version 59.4.0
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode = 300
|
versionCode = 309
|
||||||
versionName = '59.3.0'
|
versionName = '59.4.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H -lstdc++'
|
cFlags '-DHAVE_INTTYPES_H -lstdc++'
|
||||||
|
|||||||
@@ -10,8 +10,6 @@ buildscript {
|
|||||||
// noinspection AndroidGradlePluginVersion
|
// noinspection AndroidGradlePluginVersion
|
||||||
classpath 'com.android.tools.build:gradle:8.1.0-alpha09'
|
classpath 'com.android.tools.build:gradle:8.1.0-alpha09'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
- Use thread RTP receive mode
|
||||||
|
- New Czech and Portuguese translations
|
||||||
Reference in New Issue
Block a user