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

Commit c23d5672 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

make it buildable

parent f2fa848b
Loading
Loading
Loading
Loading
+8 −10
Original line number Diff line number Diff line
@@ -10,19 +10,17 @@ android {
            res.srcDirs = ['res']
            manifest.srcFile 'AndroidManifest.xml'
        }
        androidTest {
            java.srcDirs = ["tests/src", "tests/robolectric/src"]
            manifest.srcFile 'tests/AndroidManifest.xml'
        }
    }

    compileOptions {
        sourceCompatibility JavaVersion.VERSION_17
        targetCompatibility JavaVersion.VERSION_17
    }

    addFrameworkJar('framework-14.jar')
}

dependencies {
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0"
    implementation "androidx.core:core-animation:1.0.0-alpha02"
    implementation "androidx.core:core-animation:1.0.0"
    implementation "androidx.core:core-ktx:1.9.0"
    androidTestImplementation "androidx.test.ext:junit:1.1.3"
    androidTestImplementation "androidx.test:rules:1.4.0"
}
+3 −4
Original line number Diff line number Diff line
plugins {
    id 'com.android.library'
}
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
    namespace = "com.android.launcher3.icons"
@@ -21,5 +20,5 @@ android {
}

dependencies {
    implementation "androidx.core:core"
    implementation "androidx.core:core-ktx:1.9.0"
}