forked from organicmaps/organicmaps
[android] Removed unnecessary build output
This commit is contained in:
parent
84d407ac72
commit
bf6ab8d969
1 changed files with 2 additions and 2 deletions
|
@ -120,11 +120,11 @@ android {
|
|||
variant.processManifest.doFirst {
|
||||
File manifestFile = file("${buildDir}/intermediates/exploded-aar/com.google.android.gms/play-services/4.4.52/AndroidManifest.xml")
|
||||
if (manifestFile.exists()) {
|
||||
println("Replacing minSdkVersion in Google Play Services")
|
||||
// println("Replacing minSdkVersion in Google Play Services")
|
||||
String content = manifestFile.getText('UTF-8')
|
||||
content = content.replaceAll(/minSdkVersion="9"/, 'minSdkVersion=\"7\"')
|
||||
manifestFile.write(content, 'UTF-8')
|
||||
println(content)
|
||||
// println(content)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue