Skip to content

Commit 6b2273c

Browse files
committed
Update Kotlin version
1 parent 4ca6bc8 commit 6b2273c

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
@@ -9,13 +9,13 @@ targetCompatibility = 1.8
99

1010
/* Application */
1111
group 'nihas101'
12-
version = '3.0.3-SNAPSHOT'
12+
version = '3.0.4-SNAPSHOT'
1313
applicationName = 'jaKoImage2Pdf'
1414
mainClassName = 'de.nihas101.image_to_pdf_converter.Main'
1515
archivesBaseName = 'JaKoImage2Pdf'
1616

1717
buildscript {
18-
ext.kotlin_version = '1.3.10'
18+
ext.kotlin_version = '1.3.21'
1919

2020
repositories {
2121
mavenCentral()

0 commit comments

Comments
 (0)