This message was deleted.
# community-support
s
This message was deleted.
a
Checking https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google it looks like that version
7.2
doesn’t exists in these repos. You can use
7.2.0-rc01
for example or latest stable
7.1.3
, but no
7.2
.
i
Thanks for replying sir. I did what you said now I'm getting a different error message, it says A problem occurred configuring project ':react-native-navigation'.
It is too late to set sourceCompatibility
It has already been read to configure this project. Consider either moving this call to be during evaluation, or using the variant API.
a
This error says that you somewhere in your
build.gradle
build script set
sourceCompatibility
property but that is not allowed. I am not familiar with Android so that is all I know and I suggest you ask on the #CJYS1DAP5 channel. It might also help if you show a part of build script that modifies
sourceCompatibility
, with just an error message it’s difficult to see what could be the issue and it’s more of a guessing game.
i
Okay thank you sir! Ill look into it first