Skip to content
This repository has been archived by the owner on Jan 26, 2020. It is now read-only.

Commit

Permalink
remove google safe search switch for play version
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Dec 29, 2015
1 parent 32e8709 commit e0b4c08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ android {
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "rikka.searchbyimage2"
minSdkVersion 15
targetSdkVersion 23
versionCode 12001
versionCode 12002
versionName "1.2"
}
buildTypes {
Expand All @@ -19,12 +20,11 @@ android {

productFlavors {
COOLAPK {
applicationId "rikka.searchbyimage2"
buildConfigField "boolean", "hideOtherEngine", "false"
}

GOOGLE {
applicationId "rikka.searchbyimage2"
versionName "1.2-play"
buildConfigField "boolean", "hideOtherEngine", "true"
}
}
Expand All @@ -35,7 +35,6 @@ android {
output.outputFile = file("${output.outputFile.parent}/searchbyimage" +
"-${variant.buildType.name.toLowerCase()}" +
"-${variant.versionName}" +
"-${variant.flavorName.toLowerCase()}" +
".apk")
}
}
Expand Down

0 comments on commit e0b4c08

Please sign in to comment.