Skip to content

Commit 24e5f33

Browse files
committed
incorrect kotlin version specified
1 parent a076c94 commit 24e5f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.51'
2+
ext.kotlin_version = '1.3.50'
33
ext.dokka_version = '0.10.0'
44
ext.junit_version = '5.5.1'
55
ext.moshi_version = '1.8.0'
@@ -26,7 +26,7 @@ apply plugin: 'kotlin'
2626
apply plugin: 'org.jetbrains.dokka'
2727

2828
group 'com.adamratzman'
29-
version '3.0.0-rc.1'
29+
version '3.0.0-rc.2'
3030

3131
archivesBaseName = 'spotify-api-kotlin'
3232

0 commit comments

Comments
 (0)