Saúl Ibarra Corretgé
4c065f2de1
android: fix getting RN version in release script
5 years ago
Saúl Ibarra Corretgé
306c8ba8c2
android: prepare SDK build for Hermes
We need to push the Hermes AAR to Maven and have the SDK depend on it.
5 years ago
Saúl Ibarra Corretgé
97d75c2cb9
android: fix SDK release script for new dependency syntax
Skip the first character, since it's now like ^123456.0.0
5 years ago
Saúl Ibarra Corretgé
6861f463b3
android: update SDK release script to publish JSC artifacts
In
b53a034aaf (diff-0339cf92cc68bc5981fe6df601316c1c)
I removed this, because RN has updated the builtin JSC version. On the next
release, however, RN introduced a new JS interpreter (Hermes) so JSC is now a RN
dependency. Thus, add the magic spells to publish the AARs to Maven.
5 years ago
Saúl Ibarra Corretgé
47d5163c52
rn: don't tag builds by default
People run these in their own checkout and will run into problems because
tagging will fail.
6 years ago
Saúl Ibarra Corretgé
8a90f0dab1
android: include SDK version in Maven repo commit message
6 years ago
Saúl Ibarra Corretgé
6f320f463d
rn: don't use annotated tags when building the SDKs
6 years ago
Saúl Ibarra Corretgé
b768b88491
android: add ability to override SDK version when releasing
6 years ago
Saúl Ibarra Corretgé
b78989f5f2
android: improve SDK release script
- don't hardcode defaults in gradle files
- allow for uploading also to HTTP URLs
- support HTTP authentication when publishing
6 years ago
Saúl Ibarra Corretgé
4c3cf8c14a
android: add an improved SDK release script
It releases the SDK and all dependencies (including React Native) to the
specified Maven repo.
6 years ago