summaryrefslogtreecommitdiff
path: root/android/testData/gradle/Plus.gradle
blob: 60ae1d270e1b08efa99ad005eada7bf9708d66b7 (plain)
1
2
3
4
5
6
7
8
9
10
apply plugin: 'com.android.application'

android {
    compileSdkVersion 19
    buildToolsVersion "19.0.1"
}

dependencies {
  compile <warning descr="Avoid using + in version numbers; can lead to unpredictable and unrepeatable builds (com.android.support:appcompat-v7:+)">'com.android.support:appcompat-v7:+'</warning>
}