I’ve an Android application project written using Ionic 5 (Capacitor 3).
This configuration requires org.apache.cordova.framework 7.0.0 to build it inside Android Studio.
The problem is that JCenter repo is deprecated and unavailable, repo.spring.io referred inside mvnrepository dot com requires authentication to download framework 7.0.0 and maven central contains framework +10.
I cannot upgrade Ionic or Capacitor revision of application because it uses custom Capacitor 3 and Angular specific library.
Exists a valid maven repo with old Cordova versions?
I try to use repo.spring.io maven repo but return 401 building application because repo.spring.io now requires authentication