You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that `com.ms-square:debugoverlay:1.1.0` will add `android.permission.SYSTEM_ALERT_WINDOW` to your app.
33
+
Please note that `com.ms-square:debugoverlay:1.1.1` will add `android.permission.SYSTEM_ALERT_WINDOW` to your app.
34
34
Threfore, you should avoid to use that dependency for your release build.
35
35
36
36
FYI, the following table describes the total number of method/field references in this library's release aar.
37
37
This data is acquired by using [Dexcount Gradle Plugin](https://github.com/KeepSafe/dexcount-gradle-plugin).
38
38
39
39
| library | methods | fields |
40
40
|:------------- |:-------------|:-------------|
41
-
|com.ms-square:debugoverlay:1.1.0|565|249|
42
-
|com.ms-square:debugoverlay-no-op:1.1.0|142|37|
41
+
|com.ms-square:debugoverlay:1.1.1|565|249|
42
+
|com.ms-square:debugoverlay-no-op:1.1.1|142|37|
43
43
44
44
Due to the extensibility of this library, no-op version unfortunately has more than a few methods.
45
-
If you want to eliminate such method count in your release build, consider having separate `Application` class only for your debug build which uses this library and just specify `debugCompile 'com.ms-square:debugoverlay:1.1.0'` in the dependencies section of build.gradle.
45
+
If you want to eliminate such method count in your release build, consider having separate `Application` class only for your debug build which uses this library and just specify `debugCompile 'com.ms-square:debugoverlay:1.1.1'` in the dependencies section of build.gradle.
0 commit comments