Skip to content

Commit

Permalink
Version 7.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotl committed Jul 6, 2023
1 parent a7f4ea0 commit 292f54b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions Common/Distribution/LK8000/_System/CREDITS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ 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.6]
* fix :
- segfault at shutdown on kobo.
- log book: remove 300 flight limit.
- improve MC/bugs/ballast sync with external devices.
- allow to enable audio vario without restart.
- LX Nano III task declare.
* new :
- added XCVario driver
- added Silent 2 electro polar

[version 7.4.5]
* fix :
- freeze on task Declare to external 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.5"
#define LKRELEASE "4.6"

#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 @@ -27,8 +27,8 @@ android {
applicationId "org.lk8000"
minSdkVersion 19 // KitKat
targetSdkVersion 33
versionCode 105
versionName "7.4.5"
versionCode 106
versionName "7.4.6"
setProperty("archivesBaseName", "LK8000-$versionName")
// Required when setting minSdkVersion to 20 or lower
multiDexEnabled true
Expand Down

0 comments on commit 292f54b

Please sign in to comment.