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

Commit b73f5b60 authored by Joey's avatar Joey
Browse files

Recorder: update gradle deps



Change-Id: Ib9ad61dfc9c6fde34abb6dba7eafb7a4031d63fc
Signed-off-by: default avatarJoey <joey@lineageos.org>
parent ea23bc67
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
    compileSdkVersion 27
    buildToolsVersion "27.0.2"
    buildToolsVersion "27.0.3"
    defaultConfig {
        applicationId "org.lineageos.recorder"
        minSdkVersion 26
@@ -25,11 +25,8 @@ android {
}

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:27.0.2'
    compile 'com.android.support:design:27.0.2'
    compile 'com.android.support:cardview-v7:27.0.2'
    // Beta3 breaks ConstraintSets
    //noinspection GradleDependency
    compile 'com.android.support.constraint:constraint-layout:1.1.0-beta2'
    implementation 'com.android.support:appcompat-v7:27.1.1'
    implementation 'com.android.support:design:27.1.1'
    implementation 'com.android.support:cardview-v7:27.1.1'
    implementation 'com.android.support.constraint:constraint-layout:1.1.0'
}
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildscript {
        google()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.0.1'
        classpath 'com.android.tools.build:gradle:3.1.2'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
+2 −2
Original line number Diff line number Diff line
#Mon Oct 30 16:52:19 CET 2017
#Sat May 19 17:47:00 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip