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 4f3e87c..623c466 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 { @@ -17,8 +17,8 @@ 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 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" @@ -46,4 +46,7 @@ apply plugin: StringCare stringcare { debug true + modules { + app {} + } } \ No newline at end of file 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 diff --git a/library/src/main/res/values/strings.xml b/library/src/main/res/values/strings.xml old mode 100755 new mode 100644