Skip to content

Commit

Permalink
fix: make run-android needs debug.aar for RN
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Aug 29, 2023
1 parent 18675c6 commit f3429ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/deps/gradle/url2json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ echo -ne "
pom_has_nodeps_jar "${POM_PATH}" && fetch_and_template_file "${PKG_NAME}-nodeps.jar"
[[ "${PKG_NAME}" == react-android-* ]] && fetch_and_template_file "${PKG_NAME}.module"
[[ "${PKG_NAME}" == react-android-* ]] && fetch_and_template_file "${PKG_NAME}-release.aar"
[[ "${PKG_NAME}" == react-android-* ]] && fetch_and_template_file "${PKG_NAME}-debug.aar"
[[ "${PKG_NAME}" == cli-* ]] && fetch_and_template_file "${PKG_NAME}-all.jar"

echo -e '\n }\n },'

0 comments on commit f3429ab

Please sign in to comment.