We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca6bc8 commit 6b2273cCopy full SHA for 6b2273c
build.gradle
@@ -9,13 +9,13 @@ targetCompatibility = 1.8
9
10
/* Application */
11
group 'nihas101'
12
-version = '3.0.3-SNAPSHOT'
+version = '3.0.4-SNAPSHOT'
13
applicationName = 'jaKoImage2Pdf'
14
mainClassName = 'de.nihas101.image_to_pdf_converter.Main'
15
archivesBaseName = 'JaKoImage2Pdf'
16
17
buildscript {
18
- ext.kotlin_version = '1.3.10'
+ ext.kotlin_version = '1.3.21'
19
20
repositories {
21
mavenCentral()
0 commit comments