Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gradle dependencies are out of date #639

Open
bwitt opened this issue Nov 17, 2022 · 1 comment
Open

gradle dependencies are out of date #639

bwitt opened this issue Nov 17, 2022 · 1 comment

Comments

@bwitt
Copy link
Contributor

bwitt commented Nov 17, 2022

I notice the dependencies listed in app/build.gradle are out of date:

dependencies {
// Android support
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.google.android.material:material:1.3.0'
// Other
implementation 'org.androidannotations:androidannotations-api:4.7.0'
implementation 'org.androidannotations:ormlite-api:4.7.0'
implementation 'com.j256.ormlite:ormlite-core:5.1'
implementation 'com.j256.ormlite:ormlite-android:5.1'
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
implementation 'com.getbase:floatingactionbutton:1.10.1'
implementation 'com.nispok:snackbar:2.11.0'
implementation 'org.apache.openjpa:openjpa-lib:3.1.1'
implementation 'net.iharder:base64:2.3.9'
implementation('com.github.afollestad.material-dialogs:core:0.9.6.0@aar') {
transitive = true
}
implementation 'com.evernote:android-job:1.2.6'
annotationProcessor 'org.androidannotations:androidannotations:4.7.0'
annotationProcessor 'org.androidannotations:ormlite:4.7.0'
}

Perhaps we can configure automation like dependabot to help keep these updated?

@bwitt bwitt changed the title dependencies are out of date gradle dependencies are out of date Nov 17, 2022
@erickok
Copy link
Owner

erickok commented Jan 24, 2024

I updated a couple of them, but I need to be careful not to break stuff. They have in the past, for sure. And androidannotations is no longer developed, as are some other dependencies (ormlite). Honestly... we'd probably be better off doing some more major rewrite. 🫣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants