Skip to content

Commit

Permalink
Merge pull request #57 from StringCare/develop
Browse files Browse the repository at this point in the history
v3.1 - Path treatment and test tasks
  • Loading branch information
efraespada authored Jun 19, 2019
2 parents f1be79f + 56ae717 commit 85b399f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
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
9 changes: 6 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext.kotlin_version = '1.3.31'

ext {
stringcare_version = '3.0'
stringcare_version = '3.1'
}

repositories {
Expand All @@ -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"
Expand Down Expand Up @@ -46,4 +46,7 @@ apply plugin: StringCare

stringcare {
debug true
modules {
app {}
}
}
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Empty file modified library/src/main/res/values/strings.xml
100755 → 100644
Empty file.

0 comments on commit 85b399f

Please sign in to comment.