Skip to content

Commit 56ae717

Browse files
committed
readme
1 parent 9a9a976 commit 56ae717

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222

2323
#### [Migrations](https://github.com/StringCare/AndroidLibrary/wiki/Migrations)
2424

25+
#### [Tasks](https://github.com/StringCare/AndroidLibrary/wiki/Tasks)
26+
27+
#### [Resource Tips](https://github.com/StringCare/AndroidLibrary/wiki/Resource-Tips)
28+
2529
[link]: https://github.com/StringCare/AndroidLibrary
2630
[badge]: https://img.shields.io/bintray/v/efff/maven/StringCareAndroidPlugin.svg
2731

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.application'
2-
apply plugin: 'kotlin-android-extensions'
32
apply plugin: 'kotlin-android'
3+
apply plugin: 'kotlin-android-extensions'
44

55
android {
66
signingConfigs {

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ task clean(type: Delete) {
4343
}
4444

4545
apply plugin: StringCare
46+
47+
stringcare {
48+
debug true
49+
modules {
50+
app {}
51+
}
52+
}

library/src/main/res/values/strings.xml

100755100644
File mode changed.

0 commit comments

Comments
 (0)