This repository was archived by the owner on Apr 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +18
-13
lines changed Expand file tree Collapse file tree 6 files changed +18
-13
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ AEAD primitive in Java:
84
84
* [ Java and Android] ( docs/JAVA-HOWTO.md ) , [ C++] ( docs/CPP-HOWTO.md ) and
85
85
[ Obj-C] ( docs/OBJC-HOWTO.md ) are field tested and ready for production. The
86
86
latest version is
87
- [ 1.2.1 ] ( https://github.com/google/tink/releases/tag/v1.2.1 ) , released on
88
- 2018-11-15 .
87
+ [ 1.2.2 ] ( https://github.com/google/tink/releases/tag/v1.2.2 ) , released on
88
+ 2019-01-24 .
89
89
90
90
* Tink for Go and JavaScript are in active development.
91
91
Original file line number Diff line number Diff line change 3
3
## Latest release
4
4
5
5
The most recent release is
6
- [ 1.2.1 ] ( https://github.com/google/tink/releases/tag/v1.2.1 ) , released
7
- 2018-08-09 . API docs can be found
8
- [ here] ( https://google.github.com/tink/javadoc/apps-paymentmethodtoken/1.2.1 ) .
6
+ [ 1.2.2 ] ( https://github.com/google/tink/releases/tag/v1.2.2 ) , released
7
+ 2019-01-24 . API docs can be found
8
+ [ here] ( https://google.github.com/tink/javadoc/apps-paymentmethodtoken/1.2.2 ) .
9
9
10
10
The Maven group ID is ` com.google.crypto.tink ` , and the artifact ID is
11
11
` apps-paymentmethodtoken ` .
@@ -16,7 +16,7 @@ To add a dependency using Maven:
16
16
<dependency >
17
17
<groupId >com.google.crypto.tink</groupId >
18
18
<artifactId >apps-paymentmethodtoken</artifactId >
19
- <version >1.2.1 </version >
19
+ <version >1.2.2 </version >
20
20
</dependency >
21
21
```
22
22
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ To add a dependency using Maven:
11
11
<dependency >
12
12
<groupId >com.google.crypto.tink</groupId >
13
13
<artifactId >apps-webpush</artifactId >
14
- <version >1.2.1 </version >
14
+ <version >1.2.2 </version >
15
15
</dependency >
16
16
```
17
17
18
18
To add a dependency using Gradle:
19
19
20
20
```
21
21
dependencies {
22
- compile 'com.google.crypto.tink:apps-webpush:1.2.1 '
22
+ compile 'com.google.crypto.tink:apps-webpush:1.2.2 '
23
23
}
24
24
```
25
25
Original file line number Diff line number Diff line change 1
- VERS_1.2.1 {
1
+ VERS_1.2.2 {
2
2
global :
3
3
*tink*;
4
4
*absl*;
Original file line number Diff line number Diff line change @@ -16,24 +16,24 @@ Tink can be installed with Maven or Gradle. The Maven group ID is
16
16
` com.google.crypto.tink ` , and the artifact ID is ` tink ` .
17
17
18
18
The most recent release is
19
- [ 1.2.1 ] ( https://github.com/google/tink/releases/tag/v1.2.1 ) , released
20
- 2018-11-12 .
19
+ [ 1.2.2 ] ( https://github.com/google/tink/releases/tag/v1.2.2 ) , released
20
+ 2019-01-24 .
21
21
22
22
Java developers can add Tink using Maven:
23
23
24
24
``` xml
25
25
<dependency >
26
26
<groupId >com.google.crypto.tink</groupId >
27
27
<artifactId >tink</artifactId >
28
- <version >1.2.1 </version >
28
+ <version >1.2.2 </version >
29
29
</dependency >
30
30
```
31
31
32
32
Android developers can add Tink using Gradle:
33
33
34
34
```
35
35
dependencies {
36
- compile 'com.google.crypto.tink:tink-android:1.2.1 '
36
+ compile 'com.google.crypto.tink:tink-android:1.2.2 '
37
37
}
38
38
```
39
39
Original file line number Diff line number Diff line change
1
+ Version 1.2.2
2
+ ==================================
3
+ Staticly linking BoringSSL in the CocoaPod build to prevent namespace clashes
4
+ when Tink is used alongside pods that depend on OpenSSL.
5
+
1
6
Version 1.2.1
2
7
==================================
3
8
No changes to the Obj-C implementation.
You can’t perform that action at this time.
0 commit comments