jsr250 lib has moved from annotation to annotation-api

bump to 1.3.2

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-23 10:09:10 +02:00
parent ab0c545e2c
commit f33f84feee
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 6 additions and 10 deletions

View File

@ -188,7 +188,7 @@ dependencies {
kapt "com.google.dagger:dagger-compiler:$daggerVersion"
implementation 'com.github.lukaspili.autodagger2:autodagger2:1.1'
kapt 'com.github.lukaspili.autodagger2:autodagger2-compiler:1.1'
compileOnly 'javax.annotation:jsr250-api:1.0'
compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
// Android only
implementation 'org.greenrobot:eventbus:3.1.1'
implementation 'io.requery:requery:1.5.1'

View File

@ -28,9 +28,8 @@ buildscript {
repositories {
google()
jcenter()
maven {
url 'https://jitpack.io'
}
maven { url 'https://jitpack.io' }
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
@ -50,13 +49,10 @@ allprojects {
repositories {
google()
jcenter()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
maven {
url 'https://jitpack.io'
}
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
maven { url 'https://jitpack.io' }
maven { url 'https://maven.google.com' }
mavenCentral()
}
}