File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
library/src/main/res/values Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
2- apply plugin : ' kotlin-android-extensions'
32apply plugin : ' kotlin-android'
3+ apply plugin : ' kotlin-android-extensions'
44
55android {
66 signingConfigs {
Original file line number Diff line number Diff line change @@ -43,3 +43,10 @@ task clean(type: Delete) {
4343}
4444
4545apply plugin : StringCare
46+
47+ stringcare {
48+ debug true
49+ modules {
50+ app {}
51+ }
52+ }
You can’t perform that action at this time.
0 commit comments