Upgraded to Kotlin 1.5.0

This commit is contained in:
Erik C. Thauvin 2021-04-28 12:06:04 -07:00
parent a27b5fa6eb
commit 22e23c63e5
10 changed files with 19 additions and 19 deletions

View file

@ -15,5 +15,5 @@ repositories {
}
dependencies {
compile 'net.thauvin.erik:pinboard-poster:1.0.3'
implementation 'net.thauvin.erik:pinboard-poster:1.0.4'
}