Skip to content

Commit

Permalink
NMEA tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github committed Sep 4, 2023
1 parent c602418 commit 3f716ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.jvdegithub.aiscatcher"
minSdk 23
targetSdk 33
versionCode 77
versionName '0.77'
versionCode 78
versionName '0.78'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/jni/AIS-catcher
1 change: 1 addition & 0 deletions app/src/main/jni/JNI/AIScatcherNDK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ Java_com_jvdegithub_aiscatcher_AisCatcherJava_InitNative(JNIEnv *env, jclass ins
server.Set("PORT",std::to_string(port));
server.Set("STATION","Android");
server.Set("SHARE_LOC","ON");
server.Set("REALTIME","ON");
server.start();

return 0;
Expand Down

0 comments on commit 3f716ed

Please sign in to comment.