Skip to content

Commit

Permalink
Bumped up the arduino library version
Browse files Browse the repository at this point in the history
  • Loading branch information
isso committed May 29, 2016
1 parent 31f73b1 commit c78d6e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/
public class OneSheeldApplication extends Application {
private SharedPreferences appPreferences;
public static int ARDUINO_LIBRARY_VERSION = 10;
public static int ARDUINO_LIBRARY_VERSION = 13;
private final String APP_PREF_NAME = "oneSheeldPreference";
private final String LAST_DEVICE = "lastConnectedDevice";
private final String MAJOR_VERSION = "majorVersion";
Expand Down

0 comments on commit c78d6e4

Please sign in to comment.