ricohapi / theta-client

A library to control RICOH THETA
MIT License
15 stars 11 forks source link

Build failed on android #76

Open fpatron opened 5 months ago

fpatron commented 5 months ago

Build is failing on the newest gradle/ jdk version with the following message:

`FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

2: Task failed with an exception.

BUILD FAILED in 37s Running Gradle task 'bundleRelease'... 37,7s Gradle task bundleRelease failed with exit code 1`

It can be solved by adding this lines into build.gradle into section android:

if (project.android.hasProperty('namespace')) { namespace 'com.ricoh360.thetaclient.theta_client_flutter' }