Remove target/source compatibility entries in build.gradle
This commit is contained in:
parent
e27a8b308f
commit
7a9c510390
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@ android {
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
compileOptions {
|
|
||||||
targetCompatibility 1.7
|
|
||||||
sourceCompatibility 1.7
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in a new issue