Skip to content

Commit

Permalink
upgrade simple-c2pa library to 0.0.14 to fix timestamp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Sep 17, 2024
1 parent 54892b4 commit 72ef16c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions android-libproofcam/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ dependencies {

project(":android-libproofmode")

//new C2PA content authenticity support
api ("info.guardianproject:simple_c2pa:0.0.14")
implementation ("net.java.dev.jna:jna:5.13.0@aar")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")

implementation("com.google.android.material:material:1.11.0")
Expand Down
2 changes: 1 addition & 1 deletion android-libproofmode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {


//new C2PA content authenticity support
implementation ("info.guardianproject:simple_c2pa:0.0.6")
api ("info.guardianproject:simple_c2pa:0.0.14")
implementation ("net.java.dev.jna:jna:5.13.0@aar")


Expand Down

0 comments on commit 72ef16c

Please sign in to comment.