Skip to content

Commit

Permalink
Rekado 2.1.1
Browse files Browse the repository at this point in the history
- Fixed Lakka booting (updated coreboot)
  • Loading branch information
Pavel Rekun committed Aug 3, 2018
1 parent f627000 commit a624e6b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.pavelrekun.rekado"
minSdkVersion minimumSDKVersion
targetSdkVersion currentSDKVersion
versionCode 21
versionName "2.1"
versionCode 22
versionName "2.1.1"

externalNativeBuild {
cmake {
Expand Down
Binary file modified app/src/main/assets/coreboot.rom
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object LakkaHelper {
const val COREBOOT_FILENAME = "coreboot.rom"

const val PAYLOAD_UPDATE_DATE = "01.07.2018"
const val COREBOOT_UPDATE_DATE = "05.05.2018"
const val COREBOOT_UPDATE_DATE = "03.08.2018"

// TODO: For future releases
fun checkCBFSPresent(): Boolean {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name" translatable="false">Rekado</string>
<string name="app_version" translatable="false">2.1</string>
<string name="app_version" translatable="false">2.1.1</string>

<!-- Strings for Navigation -->
<string name="navigation_payloads">Payloads</string>
Expand Down
7 changes: 3 additions & 4 deletions updater/update.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<AppUpdater>
<update>
<latestVersion>2.1</latestVersion>
<latestVersionCode>21</latestVersionCode>
<latestVersion>2.1.1</latestVersion>
<latestVersionCode>22</latestVersionCode>
<url>https://github.com/MenosGrante/Rekado/releases</url>
<releaseNotes>
- Added support for Light and Dark (AMOLED) themes
- Added support for changing accent color
- Fixed Lakka booting (update coreboot)
</releaseNotes>
</update>
</AppUpdater>

0 comments on commit a624e6b

Please sign in to comment.