hi,

*how I can add those tags to the Gradle file? *


dependencies{

implementation "com.github.parse-community.Parse-SDK-Android:parse:1.19.0"

}

 repositories {
     mavenCentral()
     jcenter()
     maven { url 'https://jitpack.io' }
  }

 
I tried to add these hints, but the app was failed in cn1 server


android.gradleDep=implementation 
'com.github.parse-community.Parse-SDK-Android:parse:1.19.0';
android.repositories=mavenCentral()jcenter()maven { url 'https://jitpack.io' 
};





-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/8188803f-8085-4adf-84e2-10e9ff5ae2df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to