Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 15262db

Browse files
authored
Update README.MD
1 parent 361c20b commit 15262db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ And make sure that you use the right Kotlin version:
165165

166166
```
167167
<properties>
168-
<kotlin.version>1.2.0</kotlin.version>
168+
<kotlin.version>1.3.0</kotlin.version>
169169
</properties>
170170
```
171171

@@ -191,7 +191,7 @@ And make sure that you use the right Kotlin version:
191191

192192
```
193193
buildscript {
194-
ext.kotlin_version = '1.2.0'
194+
ext.kotlin_version = '1.3.0'
195195
}
196196
```
197197

0 commit comments

Comments
 (0)