Skip to content

Commit

Permalink
v7.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotl committed Apr 12, 2024
1 parent ee4bcf1 commit 4d5076f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Common/Distribution/LK8000/_System/CREDITS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ Menu - Info 2/2 - INFO button
There are several pages that you can scroll using Next and Prev buttons.
Please ADVANCE TO THE NEXT PAGE to start reading about changes and enhancements.

[version 7.4.13]
[version 7.4.14]
* fix
- android keyboard paste
- enable full GNSS measurement (android >= 12)
- possible buffer overflow in nmea parser

[version 7.4.12]
* fix :
Expand Down
2 changes: 1 addition & 1 deletion Common/Header/Defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

#define LKFORK "LK8000"
#define LKVERSION "7"
#define LKRELEASE "4.13"
#define LKRELEASE "4.14"

#define LKDATADIR "LK8000"
#define LKPROFILE "DEFAULT_PROFILE.prf"
Expand Down
4 changes: 2 additions & 2 deletions android-studio/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "org.lk8000"
minSdkVersion 21 // Lollipop
targetSdkVersion 34
versionCode 114
versionName "7.4.13"
versionCode 115
versionName "7.4.14"
setProperty("archivesBaseName", "LK8000-$versionName")
// Required when setting minSdkVersion to 20 or lower
multiDexEnabled true
Expand Down

0 comments on commit 4d5076f

Please sign in to comment.