Skip to content

Commit

Permalink
Upgrade ConanAndroidGradlePlugin to 0.9.1. This allows removing local…
Browse files Browse the repository at this point in the history
…ly saved coan_android_toolchain.cmake
  • Loading branch information
ViliusSutkus89 committed Aug 9, 2024
1 parent cd2ef81 commit fbc9e6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
cmake {
targets "odr-core"
arguments(
"-DCMAKE_TOOLCHAIN_FILE=conan_android_toolchain.cmake",
"-DCMAKE_TOOLCHAIN_FILE=build/conan/android_toolchain.cmake",
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
)
}
Expand Down
17 changes: 0 additions & 17 deletions app/conan_android_toolchain.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ plugins {
id 'com.android.application' version '8.4.1' apply false
id 'com.google.gms.google-services'version '4.4.1' apply false
id 'com.google.firebase.crashlytics' version '3.0.1' apply false
id 'app.opendocument.conanandroidgradleplugin' version "0.9.0" apply false
id 'app.opendocument.conanandroidgradleplugin' version "0.9.1" apply false
}

0 comments on commit fbc9e6f

Please sign in to comment.