breautek commented on issue #1740:
URL: 
https://github.com/apache/cordova-android/issues/1740#issuecomment-2368142776

   Unfortunately not.
   
   I haven't attempted to build any older cordova-android versions but someone 
recently was asking about it in the community because they had problems 
building because of missing dependencies that appears to only been available on 
JCenter. So without JCenter, it might very difficult to build the framework 
(and import) the framework in the first place.
   
   Additionally, anything older than the current release of Cordova-Android 
release is not compliant/compatible with the current Target SDK requirements 
imposed by Google Play Store (Which currently requires API 34). So releasing 
older releases takes a lot of effort with very little value.
   
   If your project requires older releases for whatever reason, NPMJS will 
contain a released packaged framework and template files, so you can source the 
older releases through NPM. You can also source the original (NPM) tarballs 
from Apache's SVN Dist repo: 
https://dist.apache.org/repos/dist/release/cordova/platforms/ . Or if you use 
the Cordova-CLI you can simply do `cordova platform add android@7` (or whatever 
version you need). But you'll likely have to source dependencies manually.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to