File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 22
22
23
23
#### [ Migrations] ( https://github.com/StringCare/AndroidLibrary/wiki/Migrations )
24
24
25
+ #### [ Tasks] ( https://github.com/StringCare/AndroidLibrary/wiki/Tasks )
26
+
27
+ #### [ Resource Tips] ( https://github.com/StringCare/AndroidLibrary/wiki/Resource-Tips )
28
+
25
29
[ link ] : https://github.com/StringCare/AndroidLibrary
26
30
[ badge ] : https://img.shields.io/bintray/v/efff/maven/StringCareAndroidPlugin.svg
27
31
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
- apply plugin : ' kotlin-android-extensions'
3
2
apply plugin : ' kotlin-android'
3
+ apply plugin : ' kotlin-android-extensions'
4
4
5
5
android {
6
6
signingConfigs {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
ext. kotlin_version = ' 1.3.31'
4
4
5
5
ext {
6
- stringcare_version = ' 3.0 '
6
+ stringcare_version = ' 3.1 '
7
7
}
8
8
9
9
repositories {
@@ -17,8 +17,8 @@ buildscript {
17
17
18
18
dependencies {
19
19
classpath " com.stringcare:plugin:$stringcare_version "
20
- // classpath files('../GradlePlugin/build/libs/plugin-2.2 .jar')
21
- // classpath files('../KotlinGradlePlugin/build/libs/plugin-2.2 .jar')
20
+ // classpath files('../GradlePlugin/build/libs/plugin-3.0 .jar')
21
+ // classpath files('../KotlinGradlePlugin/build/libs/plugin-3.0 .jar')
22
22
// classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
23
23
classpath ' com.android.tools.build:gradle:3.4.1'
24
24
classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
@@ -46,4 +46,7 @@ apply plugin: StringCare
46
46
47
47
stringcare {
48
48
debug true
49
+ modules {
50
+ app {}
51
+ }
49
52
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
- apply plugin : ' kotlin-android-extensions'
3
2
apply plugin : ' kotlin-android'
3
+ apply plugin : ' kotlin-android-extensions'
4
4
apply plugin : ' com.github.dcendents.android-maven'
5
5
apply plugin : ' com.jfrog.bintray'
6
6
7
- version = " 3.0 "
7
+ version = " 3.1 "
8
8
9
9
android {
10
10
compileSdkVersion 28
You can’t perform that action at this time.
0 commit comments