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

Commit e5efc5f0 authored by Romain Hunault's avatar Romain Hunault
Browse files

Merge branch 'features/ui-ux-improvements' into sprint_delhi

parents 9d12a13f e8ee9016
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    ext.kotlin_version = '1.3.60'
    ext.kotlin_version = '1.3.61'
    repositories {
        google()
        jcenter()
@@ -10,7 +10,7 @@ buildscript {
        }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.5.2'
        classpath 'com.android.tools.build:gradle:3.5.3'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.6'
    }