Skip to content

Commit

Permalink
v1.4.0/14 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredelisle committed Mar 9, 2023
1 parent 07fdb90 commit 55271ae
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions app/build.gradle
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.google.homesampleapp"
minSdk 27
targetSdk 33
versionCode 13
versionName "1.3.0"
versionCode 14
versionName "1.4.0"
testInstrumentationRunner "com.google.homesampleapp.CustomTestRunner"
}

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

dependencies {
Expand Down

0 comments on commit 55271ae

Please sign in to comment.