Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2965d4f8 authored by Mark Harman's avatar Mark Harman
Browse files

Use build tools 27.0.1 - workaround for LineageOS boot loop Android Studio 3 bug.

parent be0d2efb
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -41,6 +41,11 @@
<p>&lt; <small><a href="index.html">Main Page.</a></small></p>
<p>&lt; <small><a href="index.html">Main Page.</a></small></p>


<pre>
<pre>
Version 1.42.1 (Work in progress)

FIXED   Possible fix for boot loop on LineageOS (this is a LineageOS bug exposed by using Android
        Studio 3; workaround is to upgrade to build tools 27.0.1).

Version 1.42 (2017/11/19)
Version 1.42 (2017/11/19)


FIXED   Fixed some crashes.
FIXED   Fixed some crashes.
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'


android {
android {
    compileSdkVersion 25
    compileSdkVersion 25
    buildToolsVersion '26.0.2'
    buildToolsVersion '27.0.1'
    compileOptions.encoding = 'UTF-8'
    compileOptions.encoding = 'UTF-8'


    defaultConfig {
    defaultConfig {