We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7caaaee commit 9149e3eCopy full SHA for 9149e3e
2 files changed
android/phiola/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "com.github.stsaz.phiola"
9
minSdkVersion 16
10
targetSdk 33
11
- versionCode 20711
12
- versionName '2.7.11'
+ versionCode 20712
+ versionName '2.7.12'
13
}
14
15
buildFeatures {
src/phiola.h
@@ -6,7 +6,7 @@
6
#include <ffbase/string.h>
7
#include <ffbase/time.h>
-#define PHI_VERSION 20711
+#define PHI_VERSION 20712
/** Inter-module compatibility version.
It must be updated when incompatible changes are made to this file,
0 commit comments