File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.3.2] ( https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.1...v1.3.2 ) (2024-05-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * task dependency ([ #165 ] ( https://github.com/input-output-hk/atala-prism-apollo/issues/165 ) ) ([ 116cc60] ( https://github.com/input-output-hk/atala-prism-apollo/commit/116cc60f2f68b5ac4d7fa285aa52382c8e587ce2 ) )
7
+
1
8
## [ 1.3.1] ( https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.0...v1.3.1 ) (2024-05-23)
2
9
3
10
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ let package = Package(
23
23
// RELEASE
24
24
. binaryTarget(
25
25
name: " ApolloBinary " ,
26
- url: " https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.1 /Apollo.xcframework.zip " ,
27
- checksum: " 0da41f43b01188b255f780e7b297eb98aa13cc814e3657952bc0aaf06c6ed532 "
26
+ url: " https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.2 /Apollo.xcframework.zip " ,
27
+ checksum: " 2033dccf080007c9bc011f08e0494d36acd438f6212bda131f7d48cbeffd2cb3 "
28
28
)
29
29
]
30
30
)
Original file line number Diff line number Diff line change 1
- version = 1.3.1
1
+ version = 1.3.2
2
2
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options =" -Xmx3072M"
3
3
kotlin.code.style = official
4
4
android.useAndroidX = true
You can’t perform that action at this time.
0 commit comments