hi.
currently i am using version 2.4.4 and everything works fine. however when trying to upgrade to 2.5.0 or 2.5.1 i get the following errors:
Failed to resolve: com.android.support:support-core-utils:25.4.0
Failed to resolve: com.android.support:support-annotations:25.4.0
any ideas?
The support libraries have moved. You need to add the Google maven repository to your project, like this.
@ojw28 thank you it worked :)
Most helpful comment
The support libraries have moved. You need to add the Google maven repository to your project, like this.