Skip to content

Commit

Permalink
Version 7.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotl committed Jun 20, 2024
1 parent e881371 commit f70c032
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Common/Distribution/LK8000/_System/CREDITS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ 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.18]
- XCVario: Fix Cruise/Climb switch
- XCTracer: Fix Wind bearing
- Info box: Fix satellite count title
- External Wind: Fix missing availability reset
- Add device fallback info to RUNTIME.log
- fix possible crash after device config change

[version 7.4.17]
* Android :
- display device name instead of adress for bluetooth device
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.17"
#define LKRELEASE "4.18"

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

0 comments on commit f70c032

Please sign in to comment.