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
- If `build-cache` is enable, Seal recommends that custom build cache folder placed in the Project Folder.
103
+
- If `build-cache` is enable (for those who update Android Gradle Plugin to above 3.0.0, this feature is enabled by default), Seal recommends that custom build cache folder placed in the Project Folder to avoid impact other projects while you are modifying the manifest of libraries.
118
104
119
105
```
120
106
//gradle.properties
121
107
android.buildCacheDir=./build-cache
122
108
...
123
109
```
124
-
125
-
- Currently (v1.1.0), `xmlnsSweep` should always enable and config it with `android` namespace, because there is a bug of `groovy.util.Node` may add useless xmlns sometimes.
126
110
127
111
## Sample
128
112
@@ -235,6 +219,11 @@ The xmlns of application tag cleared by Seal.
235
219
236
220
## Changelog
237
221
222
+
### v2.0.0
223
+
- Support getting Manifest files automatically
224
+
- Support AAPT2 only
225
+
- This version is only for testing since AAPT2 works well so far until I find some bugs that I have to make a workaround by myself
226
+
238
227
### v1.1.0
239
228
240
229
- Support Sweeping useless xmlns (which may cause aapt's concealed defect)
0 commit comments