Skip to content

Commit 1df7738

Browse files
Upgrade conanandroidgradleplugin to 0.9.2
1 parent 3b83bd4 commit 1df7738

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
plugins {
33
id 'com.android.library' version '8.5.2' apply false
44
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
5-
id 'app.opendocument.conanandroidgradleplugin' version '0.9.1' apply false
5+
id 'app.opendocument.conanandroidgradleplugin' version '0.9.2' apply false
66
}
77

88
group = 'app.opendocument'

pdf2htmlEX/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ group = rootProject.group
3131
["armv7", "armv8", "x86", "x86_64"].each { arch ->
3232
tasks.named("conanInstall-" + arch) {
3333
profile.set("android-21-" + arch)
34-
conanfile.set("conanfile.py")
3534
}
3635
}
3736

0 commit comments

Comments
 (0)