Skip to content

Commit

Permalink
v7.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotl committed Apr 11, 2024
1 parent 9503b1a commit 02e42dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Common/Distribution/LK8000/_System/CREDITS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +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]
* fix
- android keyboard paste
- enable full GNSS measurement (android >= 12)

[version 7.4.12]
* fix :
- android usb/serial port
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.12"
#define LKRELEASE "4.13"

#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 113
versionName "7.4.12"
versionCode 114
versionName "7.4.13"
setProperty("archivesBaseName", "LK8000-$versionName")
// Required when setting minSdkVersion to 20 or lower
multiDexEnabled true
Expand Down

0 comments on commit 02e42dc

Please sign in to comment.