Skip to content

Commit f6c7371

Browse files
authored
Update build.gradle
1 parent 4432c50 commit f6c7371

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
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.philjay.rrule'
7-
version '1.0.1'
7+
version '1.0.2'
88

99
sourceCompatibility = 1.8
1010

@@ -22,4 +22,4 @@ compileKotlin {
2222
}
2323
compileTestKotlin {
2424
kotlinOptions.jvmTarget = "1.8"
25-
}
25+
}

0 commit comments

Comments
 (0)