Skip to content

Commit

Permalink
2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stsaz committed Sep 28, 2024
1 parent d0648dd commit ee11422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/phiola/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.github.stsaz.phiola"
minSdkVersion 16
targetSdk 33
versionCode 20206
versionName '2.2.6'
versionCode 20207
versionName '2.2.7'
}

buildFeatures {
Expand Down
2 changes: 1 addition & 1 deletion src/phiola.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <ffbase/string.h>
#include <ffbase/time.h>

#define PHI_VERSION 20206
#define PHI_VERSION 20207

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

0 comments on commit ee11422

Please sign in to comment.