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

Commit fbfa464f authored by Gokul Swami's avatar Gokul Swami
Browse files

Bug Fixes and Updates

Updated libraries, including theme engine to eliminate Android Q crash.
parent a22f3153
Loading
Loading
Loading
Loading
−2.72 KiB (215 KiB)

File changed.

No diff preview for this file type.

+3 −3
Original line number Diff line number Diff line
@@ -70,8 +70,8 @@ android {

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'androidx.appcompat:appcompat:1.0.2'
    implementation 'com.google.android.material:material:1.1.0-alpha09'
    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'com.google.android.material:material:1.2.0-alpha01'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    testImplementation 'junit:junit:4.12'
@@ -107,5 +107,5 @@ dependencies {
    implementation 'de.hdodenhof:circleimageview:2.2.0'

    //Theme Engine
    implementation 'com.jaredrummler:cyanea:1.0.1'
    implementation 'com.jaredrummler:cyanea:1.0.2'
}
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ buildscript {
        maven {   url "https://maven.google.com"  }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.5.0'
        classpath 'com.android.tools.build:gradle:3.5.2'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files