Loading build.gradle +4 −4 Original line number Diff line number Diff line buildscript { ext.kotlin_version = '1.3.10' ext.kotlin_version = '1.3.11' ext.dokka_version = '0.9.17' repositories { Loading @@ -25,7 +25,7 @@ apply plugin: 'kotlin-android' apply plugin: 'org.jetbrains.dokka-android' ext { ical4j_version = '2.2.0' ical4j_version = '2.2.1' } android { Loading Loading @@ -60,8 +60,8 @@ dependencies { api "org.mnode.ical4j:ical4j:$ical4j_version" implementation 'org.slf4j:slf4j-jdk14:1.7.25' androidTestImplementation 'androidx.test:runner:1.1.0' androidTestImplementation 'androidx.test:rules:1.1.0' androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test:rules:1.1.1' testImplementation 'junit:junit:4.12' } Loading
build.gradle +4 −4 Original line number Diff line number Diff line buildscript { ext.kotlin_version = '1.3.10' ext.kotlin_version = '1.3.11' ext.dokka_version = '0.9.17' repositories { Loading @@ -25,7 +25,7 @@ apply plugin: 'kotlin-android' apply plugin: 'org.jetbrains.dokka-android' ext { ical4j_version = '2.2.0' ical4j_version = '2.2.1' } android { Loading Loading @@ -60,8 +60,8 @@ dependencies { api "org.mnode.ical4j:ical4j:$ical4j_version" implementation 'org.slf4j:slf4j-jdk14:1.7.25' androidTestImplementation 'androidx.test:runner:1.1.0' androidTestImplementation 'androidx.test:rules:1.1.0' androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test:rules:1.1.1' testImplementation 'junit:junit:4.12' }