Skip to content

Commit 6534071

Browse files
committed
readme
1 parent d0d4682 commit 6534071

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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
1618
buildscript {
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

167178
License
168179
-------

0 commit comments

Comments
 (0)