diff --git a/app/build.gradle b/app/build.gradle index f3560668..2ebcb550 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,12 +60,13 @@ android { } dependencies { - implementation 'org.androidannotations:androidannotations-api:4.5.2' - implementation 'org.androidannotations:ormlite-api:4.5.2' + implementation 'org.androidannotations:androidannotations-api:4.6.0' + implementation 'org.androidannotations:ormlite-api:4.6.0' implementation 'com.j256.ormlite:ormlite-core:4.48' implementation 'com.j256.ormlite:ormlite-android:4.48' implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' implementation 'com.android.support:appcompat-v7:28.0.0' + implementation 'com.android.support:recyclerview-v7:28.0.0' implementation 'com.android.support:support-annotations:28.0.0' implementation 'com.getbase:floatingactionbutton:1.10.1' implementation 'com.nispok:snackbar:2.11.0' @@ -74,7 +75,7 @@ dependencies { transitive = true } implementation 'com.evernote:android-job:1.2.6' - annotationProcessor 'org.androidannotations:androidannotations:4.5.2' - annotationProcessor 'org.androidannotations:ormlite:4.5.2' + annotationProcessor 'org.androidannotations:androidannotations:4.6.0' + annotationProcessor 'org.androidannotations:ormlite:4.6.0' } diff --git a/build.gradle b/build.gradle index b0ba1669..2a586fe8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,18 +1,17 @@ buildscript { repositories { google() - jcenter() + mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.android.tools.build:gradle:3.3.2' } } allprojects { repositories { google() - jcenter() - mavenLocal() + mavenCentral() maven { url "https://jitpack.io" } } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 4d492f3f..8a534a22 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip