While we were able to build v1.0.2 fine, building v1.0.3 fails:
> Task :app:processReleaseResources
> Task :app:compileReleaseJavaWithJavac
/build/repo/app/src/main/java/com/tawhid/webcapture/YouTubeCaptureActivity.java:247: error: cannot find symbol
return BASE_URL + "?id=" + videoId + "&key=" + Config.youtube_api + "&part=snippet,statistics";
^
symbol: variable Config
location: class YouTubeCaptureActivity.FetchVideoDataTask
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
> Task :app:compileReleaseJavaWithJavac FAILED
FAILURE: Build failed with an exception.
It also seems the APK was not built from the commit the tag points to (7aa60e0), but rather from 43ca044 (possibly with local changes committed after the build) – not sure if that's the reason for the failure (also se #35 where we already encountered a similar issue; please always build the APK from a clean tree at the commit the tag points to).
While we were able to build v1.0.2 fine, building v1.0.3 fails:
It also seems the APK was not built from the commit the tag points to (7aa60e0), but rather from 43ca044 (possibly with local changes committed after the build) – not sure if that's the reason for the failure (also se #35 where we already encountered a similar issue; please always build the APK from a clean tree at the commit the tag points to).