Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Jun 19, 2019
1 parent 9a9a976 commit 56ae717
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ task clean(type: Delete) {
}

apply plugin: StringCare

stringcare {
debug true
modules {
app {}
}
}
Empty file modified library/src/main/res/values/strings.xml
100755 → 100644
Empty file.

0 comments on commit 56ae717

Please sign in to comment.