Skip to content

Commit a5b8491

Browse files
committed
Update assorted config for Flutter app build
1 parent a9bdb40 commit a5b8491

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
.externalNativeBuild
1414
.cxx
1515
local.properties
16+
17+
keystore.properties
18+
*.jks

.idea/vcs.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ def keyAvailable = !!keyStorePassword
99
android {
1010
compileSdkVersion 35
1111

12+
// N.b. if this exact NDK version isn't installed, symbols aren't stripped and the APK will be enormous
13+
ndkVersion "25.2.9519653"
14+
1215
defaultConfig {
1316
applicationId "tech.httptoolkit.pinning_demo"
1417
minSdkVersion 24

0 commit comments

Comments
 (0)