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

Commit eeaf9857 authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Fix compilation errors

parent 2a43cbed
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line

buildscript {
    ext.kotlin_version = '1.3.0'
    ext.kotlin_version = '1.3.10'
    ext.dokka_version = '0.9.17'

    repositories {
@@ -16,8 +16,8 @@ buildscript {
}

repositories {
    jcenter()
    google()
    jcenter()
}

apply plugin: 'com.android.library'
@@ -25,12 +25,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'org.jetbrains.dokka-android'

android {
    compileSdkVersion 28
    buildToolsVersion '28.0.3'
    compileSdkVersion 27
    buildToolsVersion '27.1.1'

    defaultConfig {
        minSdkVersion 14
        targetSdkVersion 28
        minSdkVersion 24
        targetSdkVersion 27
    }

    lintOptions {
@@ -46,8 +46,8 @@ android {
dependencies {
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

    implementation 'com.android.support:appcompat-v7:28.0.0'
    implementation 'com.android.support:cardview-v7:28.0.0'
    implementation 'com.android.support:appcompat-v7:27.1.1'
    implementation 'com.android.support:cardview-v7:27.1.1'

    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test:rules:1.0.2'