Skip to content

Commit b450e07

Browse files
committed
update version numbers
1 parent 93c151b commit b450e07

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.jvdegithub.aiscatcher"
1111
minSdk 22
1212
targetSdk 32
13-
versionCode 20
14-
versionName '0.20'
13+
versionCode 21
14+
versionName '0.21'
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
externalNativeBuild {

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

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

271-
callbackConsole(env, "AIS-Catcher " VERSION "-20\n");
271+
callbackConsole(env, "AIS-Catcher " VERSION "-21\n");
272272
memset(&statistics, 0, sizeof(statistics));
273273

274274
return 0;

0 commit comments

Comments
 (0)