Skip to content

Commit

Permalink
Update Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
nihas101 committed Feb 22, 2019
1 parent 4ca6bc8 commit 6b2273c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ targetCompatibility = 1.8

/* Application */
group 'nihas101'
version = '3.0.3-SNAPSHOT'
version = '3.0.4-SNAPSHOT'
applicationName = 'jaKoImage2Pdf'
mainClassName = 'de.nihas101.image_to_pdf_converter.Main'
archivesBaseName = 'JaKoImage2Pdf'

buildscript {
ext.kotlin_version = '1.3.10'
ext.kotlin_version = '1.3.21'

repositories {
mavenCentral()
Expand Down

0 comments on commit 6b2273c

Please sign in to comment.