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

Commit 467fff99 authored by David Development's avatar David Development
Browse files

Fix compatibility with Android Studio 1.0

parents 7681eeae 0d863eda
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
apply plugin: 'android-library'
apply plugin: 'com.android.library'

android {
    compileSdkVersion 21
@@ -10,6 +10,7 @@ android {
        versionCode 1
        versionName '1.0'
    }

    buildTypes {
        release {
            minifyEnabled false