Android Studio 4.2 references new version but I cannot find it?

When doing a build, the output for the compileDebugJavaWithJavac task results in:

> Task :app:compileDebugJavaWithJavac
Note: Version 10.5.0 of Realm is now available: https://static.realm.io/downloads/java/latest
Note: Processing class Album
Note: Processing class Contact
Note: Processing class DeviceInfo
Note: Processing class Media
Note: Processing class Playlist
Note: Processing class Share
Note: Creating DefaultRealmModule
Note: [1] Wrote GeneratedAppGlideModule with: []
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

However, if I change my references in the build script to 10.5.0 (i.e. classpath ‘io.realm:realm-gradle-plugin:10.5.0’ in the project level build.gradle, and annotationProcessor ‘io.realm:realm-annotations-processor:10.5.0’ in the app module level build.gradle) I get dependency errors that the build system cannot find these.

Could someone post the proper settings for a gradle build to retrieve version 10.5.0? The documentation still references 10.4.0.

@Tad_Frysinger: Thanks for reaching out to us. Let me check and get back to you.

Other folks are experiencing the same issue, see my post on SO here.

@Tad_Frysinger: Yes, our team is looking into it to fix it. Thank you once again.

Hi Mohit - any update on a resolution here?

@Tad_Frysinger: 10.5.0 is now available, can you please check once again.