Fixed repository for security issues fixed version to iText 2
This commit is contained in:
parent
8995100754
commit
11dd1bfea8
|
@ -4,6 +4,14 @@ apply plugin: 'kotlin-android-extensions'
|
|||
apply plugin: 'kotlin-kapt'
|
||||
|
||||
|
||||
repositories {
|
||||
// for security issues fixed version of iText 2 from JasperReports
|
||||
maven {
|
||||
url "http://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
android {
|
||||
compileSdkVersion androidCompileSdkVersion
|
||||
buildToolsVersion androidBuildToolsVersion
|
||||
|
|
|
@ -13,6 +13,14 @@ compileTestKotlin {
|
|||
}
|
||||
|
||||
|
||||
repositories {
|
||||
// for security issues fixed version of iText 2 from JasperReports
|
||||
maven {
|
||||
url "http://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
mainClassName = "net.dankito.banking.ui.javafx.BankingJavaFXApplication"
|
||||
|
||||
def title = 'Banking'
|
||||
|
|
|
@ -13,14 +13,6 @@ compileTestKotlin {
|
|||
}
|
||||
|
||||
|
||||
repositories {
|
||||
// for security issues fixed version of iText 2 from JasperReports
|
||||
maven {
|
||||
url "http://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
dependencies {
|
||||
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
|
||||
|
||||
|
|
Loading…
Reference in New Issue