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

Commit 2ceb310d authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 5bc625d8: am a62a18e3: am 311a0f54: Merge "Fix layoutlib tests." into lmp-dev

* commit '5bc625d8':
  Fix layoutlib tests.
parents 457b8838 5bc625d8
Loading
Loading
Loading
Loading
+5 −7
Original line number Original line Diff line number Diff line
@@ -3,7 +3,7 @@ buildscript {
        jcenter()
        jcenter()
    }
    }
    dependencies {
    dependencies {
        classpath 'com.android.tools.build:gradle:0.12.+'
        classpath 'com.android.tools.build:gradle:1.1.3'


        // NOTE: Do not place your application dependencies here; they belong
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
        // in the individual module build.gradle files
@@ -19,23 +19,21 @@ allprojects {
apply plugin: 'com.android.application'
apply plugin: 'com.android.application'


android {
android {
    compileSdkVersion 20
    compileSdkVersion 21
    buildToolsVersion '20'
    buildToolsVersion '21.1.2'
    defaultConfig {
    defaultConfig {
        applicationId 'com.android.layoutlib.test.myapplication'
        applicationId 'com.android.layoutlib.test.myapplication'
        minSdkVersion 19
        minSdkVersion 19
        targetSdkVersion 20
        targetSdkVersion 21
        versionCode 1
        versionCode 1
        versionName '1.0'
        versionName '1.0'
    }
    }
    buildTypes {
    buildTypes {
        release {
        release {
            runProguard false
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
        }
    }
    }
    productFlavors {
    }
}
}


dependencies {
dependencies {
+2 B (777 B)

File changed.

No diff preview for this file type.

+1.15 KiB

File added.

No diff preview for this file type.

+1.27 KiB

File added.

No diff preview for this file type.

(1.13 KiB)

File changed.

No diff preview for this file type.

Loading