diff --git a/README.md b/README.md index 7f4c63f..8faeb00 100755 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ #### [Migrations](https://github.com/StringCare/AndroidLibrary/wiki/Migrations) +#### [Tasks](https://github.com/StringCare/AndroidLibrary/wiki/Tasks) + +#### [Resource Tips](https://github.com/StringCare/AndroidLibrary/wiki/Resource-Tips) + [link]: https://github.com/StringCare/AndroidLibrary [badge]: https://img.shields.io/bintray/v/efff/maven/StringCareAndroidPlugin.svg diff --git a/app/build.gradle b/app/build.gradle index cd8fb10..13c9649 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.android.application' -apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android' +apply plugin: 'kotlin-android-extensions' android { signingConfigs { diff --git a/build.gradle b/build.gradle index bf2ab0d..623c466 100755 --- a/build.gradle +++ b/build.gradle @@ -43,3 +43,10 @@ task clean(type: Delete) { } apply plugin: StringCare + +stringcare { + debug true + modules { + app {} + } +} \ No newline at end of file diff --git a/library/src/main/res/values/strings.xml b/library/src/main/res/values/strings.xml old mode 100755 new mode 100644