futurice/pepperoni-app-kit

Build failure on checkout

Closed this issue · 2 comments

C:\Users\drfrankinfurter\workspace\pepperoni-app-kit\android\app\src\main\java\com\pepperoniapptemplate\MainApplication.java:21: error: getUseDeveloperSupport() in <anonymous com.pepperoniapptemplate.MainApplication$1> cannot override getUseDeveloperSupport() in ReactNativeHost
    protected boolean getUseDeveloperSupport() {
                      ^
  attempting to assign weaker access privileges; was public
1 error
:app:compileDebugJavaWithJavac FAILED

Hi @howdoicomputer, could you checkout the latest version of pepperoni please? getUserDeveloperSupport() got updated from protected to public. Your issue seems to be related to a problem with prototype methods in RN > 0.27.

Closing this as this is solved in master. Please shout if not.