Skip to content

Commit

Permalink
Update LVGLSwift revision to the fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
stackotter committed Aug 29, 2023
1 parent 51426f5 commit c7d219f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repositoryURL": "https://github.com/PADL/LVGLSwift",
"state": {
"branch": null,
"revision": "fb696362c92a60a2793202a88053fbff298bbd7f",
"revision": "19c19a942153b50d61486faf1d0d45daf79e7be5",
"version": null
}
},
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if checkSDL2Installed() {
dependencies.append(
.package(
url: "https://github.com/PADL/LVGLSwift",
revision: "fb696362c92a60a2793202a88053fbff298bbd7f"
revision: "19c19a942153b50d61486faf1d0d45daf79e7be5"
)
)
}
Expand Down

0 comments on commit c7d219f

Please sign in to comment.