Skip to content

Commit 9149e3e

Browse files
committed
- Android: recording in 'int24' format didn't work
1 parent 7caaaee commit 9149e3e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/phiola/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.github.stsaz.phiola"
99
minSdkVersion 16
1010
targetSdk 33
11-
versionCode 20711
12-
versionName '2.7.11'
11+
versionCode 20712
12+
versionName '2.7.12'
1313
}
1414

1515
buildFeatures {

src/phiola.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <ffbase/string.h>
77
#include <ffbase/time.h>
88

9-
#define PHI_VERSION 20711
9+
#define PHI_VERSION 20712
1010

1111
/** Inter-module compatibility version.
1212
It must be updated when incompatible changes are made to this file,

0 commit comments

Comments
 (0)