Skip to content

Commit 7b912f3

Browse files
committed
Update version number
1 parent a408b7b commit 7b912f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
applicationId "com.jvdegithub.aiscatcher"
1111
minSdk 22
1212
targetSdk 32
13-
versionCode 21
13+
versionCode 22
1414
versionName '0.21'
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

app/src/main/jni/JNI/AIScatcherNDK.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Java_com_jvdegithub_aiscatcher_AisCatcherJava_InitNative(JNIEnv *env, jclass ins
270270
javaVersion = env->GetVersion();
271271
javaClass = (jclass) env->NewGlobalRef(instance);
272272

273-
callbackConsole(env, "AIS-Catcher " VERSION "-21\n");
273+
callbackConsole(env, "AIS-Catcher " VERSION "-22\n");
274274
memset(&statistics, 0, sizeof(statistics));
275275

276276
return 0;

0 commit comments

Comments
 (0)