diff --git a/README.md b/README.md index 71c5f61..5cc2eda 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ Add `compile 'com.github.agensdev:AndroidTweaks:1.1.0'` to your application Grad Declare your flags in a place where you can reach it from anywhere in your application ```java public class MyTweaks { - public static final TweakBoolean darkTheme = new TweakBoolean("Styling", "Theme", "Dark", false); public static final TweakBoolean hapticFeedback = new TweakBoolean("Feedback", "Vibration", "useHapticFeedback", true); public static final List tweaks = new ArrayList() {{ diff --git a/sample_images.gif b/sample_images.gif index 85e2049..342b928 100644 Binary files a/sample_images.gif and b/sample_images.gif differ