@@ -9,8 +9,8 @@ hacking guide](JAVA-HACKING.md).
9
9
## Setup instructions
10
10
11
11
The most recent release is
12
- [ 1.3.0-rc3 ] ( https://github.com/google/tink/releases/tag/v1.3.0-rc3 ) , released
13
- 2019-12 -19.
12
+ [ 1.3.0-rc4 ] ( https://github.com/google/tink/releases/tag/v1.3.0-rc4 ) , released
13
+ 2020-02 -19.
14
14
15
15
In addition to the versioned releases, snapshots of Tink are regurlarly built
16
16
using the master branch of the Tink GitHub repository.
@@ -35,7 +35,7 @@ following configuration:
35
35
<dependency >
36
36
<groupId >com.google.crypto.tink</groupId >
37
37
<artifactId >tink</artifactId >
38
- <version >1.3.0-rc3 </version >
38
+ <version >1.3.0-rc4 </version >
39
39
</dependency >
40
40
</dependencies >
41
41
```
@@ -79,7 +79,7 @@ following configuration:
79
79
80
80
```
81
81
dependencies {
82
- compile 'com.google.crypto.tink:tink-android:1.3.0-rc3 '
82
+ compile 'com.google.crypto.tink:tink-android:1.3.0-rc4 '
83
83
}
84
84
```
85
85
@@ -99,10 +99,10 @@ dependencies {
99
99
## API documentation
100
100
101
101
* Java:
102
- * [ 1.3.0-rc3 ] ( https://google.github.com/tink/javadoc/tink/1.3.0-rc3 )
102
+ * [ 1.3.0-rc4 ] ( https://google.github.com/tink/javadoc/tink/1.3.0-rc4 )
103
103
* [ HEAD-SNAPSHOT] ( https://google.github.com/tink/javadoc/tink/HEAD-SNAPSHOT )
104
104
* Android:
105
- * [ 1.3.0-rc3 ] ( https://google.github.com/tink/javadoc/tink-android/1.3.0-rc3 )
105
+ * [ 1.3.0-rc4 ] ( https://google.github.com/tink/javadoc/tink-android/1.3.0-rc4 )
106
106
* [ HEAD-SNAPSHOT] ( https://google.github.com/tink/javadoc/tink-android/HEAD-SNAPSHOT )
107
107
108
108
## Important warnings
0 commit comments