From 899e8f4856618a53479b0024b648b890b206e5a8 Mon Sep 17 00:00:00 2001 From: Efra Espada Date: Tue, 18 Jun 2019 07:13:39 +0200 Subject: [PATCH 1/3] ... --- build.gradle | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 4f3e87c..cf37861 100755 --- a/build.gradle +++ b/build.gradle @@ -16,9 +16,9 @@ buildscript { } dependencies { - classpath "com.stringcare:plugin:$stringcare_version" - // classpath files('../GradlePlugin/build/libs/plugin-2.2.jar') - // classpath files('../KotlinGradlePlugin/build/libs/plugin-2.2.jar') + // classpath "com.stringcare:plugin:$stringcare_version" + // classpath files('../GradlePlugin/build/libs/plugin-3.0.jar') + classpath files('../KotlinGradlePlugin/build/libs/plugin-3.0.jar') // classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar') classpath 'com.android.tools.build:gradle:3.4.1' classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1" @@ -43,7 +43,3 @@ task clean(type: Delete) { } apply plugin: StringCare - -stringcare { - debug true -} \ No newline at end of file From 9a9a976d782ca6df30cedd336eaa168c4ff06592 Mon Sep 17 00:00:00 2001 From: Efra Espada Date: Wed, 19 Jun 2019 02:52:49 +0200 Subject: [PATCH 2/3] v3.1 --- build.gradle | 6 +++--- library/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index cf37861..bf2ab0d 100755 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { ext.kotlin_version = '1.3.31' ext { - stringcare_version = '3.0' + stringcare_version = '3.1' } repositories { @@ -16,9 +16,9 @@ buildscript { } dependencies { - // classpath "com.stringcare:plugin:$stringcare_version" + classpath "com.stringcare:plugin:$stringcare_version" // classpath files('../GradlePlugin/build/libs/plugin-3.0.jar') - classpath files('../KotlinGradlePlugin/build/libs/plugin-3.0.jar') + // classpath files('../KotlinGradlePlugin/build/libs/plugin-3.0.jar') // classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar') classpath 'com.android.tools.build:gradle:3.4.1' classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1" diff --git a/library/build.gradle b/library/build.gradle index 2a247d9..8fd1d61 100755 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,10 +1,10 @@ apply plugin: 'com.android.library' -apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android' +apply plugin: 'kotlin-android-extensions' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -version = "3.0" +version = "3.1" android { compileSdkVersion 28 From 56ae717b6a9f74b8146551225ad3de9f0da3ad23 Mon Sep 17 00:00:00 2001 From: Efra Espada Date: Wed, 19 Jun 2019 03:36:44 +0200 Subject: [PATCH 3/3] readme --- README.md | 4 ++++ app/build.gradle | 2 +- build.gradle | 7 +++++++ library/src/main/res/values/strings.xml | 0 4 files changed, 12 insertions(+), 1 deletion(-) mode change 100755 => 100644 library/src/main/res/values/strings.xml 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