Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 55271ae

Browse files
v1.4.0/14 (#96)
1 parent 07fdb90 commit 55271ae

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

app/build.gradle

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId "com.google.homesampleapp"
1818
minSdk 27
1919
targetSdk 33
20-
versionCode 13
21-
versionName "1.3.0"
20+
versionCode 14
21+
versionName "1.4.0"
2222
testInstrumentationRunner "com.google.homesampleapp.CustomTestRunner"
2323
}
2424

@@ -60,6 +60,14 @@ android {
6060
versionNameSuffix = "-targetcommissioner"
6161
}
6262
}
63+
// Gradle will use the NDK that's associated by default with its plugin.
64+
// If it's not available (from the SDK Manager), then stripping the .so's will not happen
65+
// (message: Unable to strip library...)
66+
// See https://github.com/google-home/sample-app-for-matter-android/issues/82.
67+
// https://developer.android.com/studio/projects/install-ndk
68+
// If you want to use a specific NDK, then uncomment the statement below with the proper
69+
// NDK version.
70+
// ndkVersion = "25.2.9519653"
6371
}
6472

6573
dependencies {

0 commit comments

Comments
 (0)