flyskywhy / react-native-gcanvas

react native canvas based on gpu opengl glsl GCanvas -- A lightweight cross-platform graphics rendering engine. (超轻量的跨平台图形引擎)
Apache License 2.0
217 stars 21 forks source link

fix: https is a requirement in the latest RN #35

Closed jahead closed 2 years ago

jahead commented 2 years ago

fixes #34

A problem occurred configuring project ':android:adapters:bridge_adapter'.
> Could not resolve all dependencies for configuration ':android:adapters:bridge_adapter:classpath'.
   > Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven repository 'maven3(http://maven.aliyun.com/nexus/content/groups/public)' to redirect to a secure protocol (like HTTPS) or allow insecure protocols. See https://docs.gradle.org/7.2/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository.html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol for more details. 
flyskywhy commented 2 years ago

Thanks for the 1st PR of @flyskywhy/react-native-gcanvas :laughing:

v2.3.14 contains the PR.