mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-23 07:25:25 +01:00
Replaced deprecated symbols in build.gradle
This commit is contained in:
parent
d9a610fb61
commit
80066bcf01
@ -39,7 +39,7 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion 10
|
||||
targetSdkVersion 19
|
||||
testPackageName "de.test.antennapod"
|
||||
testApplicationId "de.test.antennapod"
|
||||
testInstrumentationRunner "instrumentationTest.de.test.antennapod.AntennaPodTestRunner"
|
||||
}
|
||||
|
||||
@ -82,7 +82,7 @@ android {
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
packageNameSuffix ".debug"
|
||||
applicationIdSuffix ".debug"
|
||||
}
|
||||
release {
|
||||
runProguard true
|
||||
|
Loading…
Reference in New Issue
Block a user