Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mshin-wolvic authored Feb 14, 2024
1 parent e1068d6 commit 4ba3217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ android {
buildConfigField "String[]", "SPEECH_SERVICES", "{ com.igalia.wolvic.speech.SpeechServices.MEETKAI }"
buildConfigField "Boolean", "SUPPORTS_SYSTEM_NOTIFICATIONS", "false"
buildConfigField "Float", "DEFAULT_DENSITY", "1.25f"
buildConfigField "Boolean", "ENABLE_PAGE_ZOON", "false"
buildConfigField "Boolean", "ENABLE_PAGE_ZOOM", "false"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue 'string', 'app_name', 'Wolvic'
Expand Down Expand Up @@ -362,7 +362,7 @@ android {
arguments "-DCHROMIUM=ON"
}
}
buildConfigField "Boolean", "ENABLE_PAGE_ZOON", "true"
buildConfigField "Boolean", "ENABLE_PAGE_ZOOM", "true"
}

webkit {
Expand Down

0 comments on commit 4ba3217

Please sign in to comment.