Skip to content

Commit

Permalink
Upgrade conanandroidgradleplugin to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 15, 2024
1 parent 3b83bd4 commit 1df7738
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id 'com.android.library' version '8.5.2' apply false
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'app.opendocument.conanandroidgradleplugin' version '0.9.1' apply false
id 'app.opendocument.conanandroidgradleplugin' version '0.9.2' apply false
}

group = 'app.opendocument'
Expand Down
1 change: 0 additions & 1 deletion pdf2htmlEX/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ group = rootProject.group
["armv7", "armv8", "x86", "x86_64"].each { arch ->
tasks.named("conanInstall-" + arch) {
profile.set("android-21-" + arch)
conanfile.set("conanfile.py")
}
}

Expand Down

0 comments on commit 1df7738

Please sign in to comment.