File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ [ ![ version] ( https://img.shields.io/badge/v%200.4.svg?style=flat )] ( https://bintray.com/efff/maven/StringCareAndroidLibrary )
2+
13<p align =" center " ><img width =" 10% " vspace =" 20 " src =" https://raw.githubusercontent.com/StringCare/AndroidLibrary/develop/sample/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png " ></p >
24
35
@@ -16,7 +18,7 @@ Gradle implementation
1618buildscript {
1719
1820 ext {
19- stringcare_version = '0.3 '
21+ stringcare_version = '0.4 '
2022 }
2123
2224 repositories {
@@ -163,6 +165,15 @@ Gradle Console Output Example
163165:sample:createDebugCompatibleScreenManifests UP-TO-DATE
164166...
165167```
168+
169+ Plugin won't work if there is no config defined for the selected variant:
170+ ``` bash
171+ ...
172+ :sample:mergeReleaseResources
173+ 🤯 no config defined for variant release
174+ :sample:createReleaseCompatibleScreenManifests
175+ ...
176+ ```
166177
167178License
168179-------
You can’t perform that action at this time.
0 commit comments