File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
flowr/src/main/java/com/fueled/flowr Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 jcenter()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:2.3.2 '
9+ classpath ' com.android.tools.build:gradle:2.3.3 '
1010 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ protected FlowrScreen getRouterScreen() {
169169 *
170170 * @param flowrScreen the router screen to be used
171171 */
172- protected void setRouterScreen (FlowrScreen flowrScreen ) {
172+ public void setRouterScreen (FlowrScreen flowrScreen ) {
173173 removeCurrentRouterScreen ();
174174 if (flowrScreen != null ) {
175175 this .screen = flowrScreen ;
You can’t perform that action at this time.
0 commit comments