@@ -9,8 +9,8 @@ hacking guide](JAVA-HACKING.md).
99## Setup instructions
1010
1111The most recent release is
12- [ 1.6.0 ] ( https://github.com/google/tink/releases/tag/v1.6.0 ) , released
13- 2021-05-17 .
12+ [ 1.6.1 ] ( https://github.com/google/tink/releases/tag/v1.6.1 ) , released
13+ 2021-07-12 .
1414
1515In addition to the versioned releases, snapshots of Tink are regularly built
1616using the master branch of the Tink GitHub repository.
@@ -35,7 +35,7 @@ following configuration:
3535 <dependency >
3636 <groupId >com.google.crypto.tink</groupId >
3737 <artifactId >tink</artifactId >
38- <version >1.6.0 </version >
38+ <version >1.6.1 </version >
3939 </dependency >
4040</dependencies >
4141```
@@ -81,7 +81,7 @@ use AWS KMS, one should also add dependency on `tink-awskms`, and similarly
8181 <dependency >
8282 <groupId >com.google.crypto.tink</groupId >
8383 <artifactId >tink-awskms</artifactId >
84- <version >1.6.0 </version >
84+ <version >1.6.1 </version >
8585 </dependency >
8686</dependencies >
8787```
@@ -91,7 +91,7 @@ use AWS KMS, one should also add dependency on `tink-awskms`, and similarly
9191 <dependency >
9292 <groupId >com.google.crypto.tink</groupId >
9393 <artifactId >tink-gcpkms</artifactId >
94- <version >1.6.0 </version >
94+ <version >1.6.1 </version >
9595 </dependency >
9696</dependencies >
9797```
@@ -105,7 +105,7 @@ following configuration:
105105
106106```
107107dependencies {
108- implementation 'com.google.crypto.tink:tink-android:1.6.0 '
108+ implementation 'com.google.crypto.tink:tink-android:1.6.1 '
109109}
110110```
111111
@@ -125,10 +125,10 @@ dependencies {
125125## API documentation
126126
127127* Java:
128- * [ 1.6.0 ] ( https://google.github.io/tink/javadoc/tink/1.6.0 )
128+ * [ 1.6.1 ] ( https://google.github.io/tink/javadoc/tink/1.6.1 )
129129 * [ HEAD-SNAPSHOT] ( https://google.github.io/tink/javadoc/tink/HEAD-SNAPSHOT )
130130* Android:
131- * [ 1.6.0 ] ( https://google.github.io/tink/javadoc/tink-android/1.6.0 )
131+ * [ 1.6.1 ] ( https://google.github.io/tink/javadoc/tink-android/1.6.1 )
132132 * [ HEAD-SNAPSHOT] ( https://google.github.io/tink/javadoc/tink-android/HEAD-SNAPSHOT )
133133
134134## Important warnings
0 commit comments