Java Question Kotlin additional libraries

Since @Erel tutorial about kotlin there are new version of the additional libraries.

kotlin-stdlib-1.3.21 -> kotlin-stdlib-1.3.72
kotlin-stdlib-jdk7-1.3.21 -> kotlin-stdlib-jdk7-1.3.72

Should we use the new ones or the old ones?
 
Top