File tree Expand file tree Collapse file tree 8 files changed +15
-14
lines changed Expand file tree Collapse file tree 8 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.library'
3+ id ' kotlin-android'
34 id ' com.jfrog.artifactory' version ' 4.13.0'
45 id ' maven-publish'
56 id ' signing'
@@ -15,8 +16,7 @@ allprojects {
1516}
1617
1718dependencies {
18- debugApi project(' :AndroidSDKCore' )
19- releaseApi project(' :AndroidSDKCore' )
19+ api project(' :AndroidSDKCore' )
2020}
2121
2222android {
Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.library'
3+ id ' kotlin-android'
34 id ' com.jfrog.artifactory' version ' 4.13.0'
45 id ' maven-publish'
56 id ' signing'
Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.library'
3+ id ' kotlin-android'
34 id ' com.jfrog.artifactory' version ' 4.13.0'
45 id ' maven-publish'
56 id ' signing'
@@ -29,10 +30,8 @@ android {
2930}
3031
3132dependencies {
32- debugApi project(' :AndroidSDKCore' )
33- releaseApi project(' :AndroidSDKCore' )
34- debugApi project(' :AndroidSDKPush' )
35- releaseApi project(' :AndroidSDKPush' )
33+ api project(' :AndroidSDKCore' )
34+ api project(' :AndroidSDKPush' )
3635
3736 // Provided dependencies are optional dependencies and will not show up in pom file.
3837 compileOnly(' com.google.firebase:firebase-messaging:[17.3.4, 21.1.0]' ) {
Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.library'
3+ id ' kotlin-android'
34 id ' com.jfrog.artifactory' version ' 4.13.0'
45 id ' maven-publish'
56 id ' signing'
@@ -29,8 +30,7 @@ android {
2930}
3031
3132dependencies {
32- debugApi project(' :AndroidSDKCore' )
33- releaseApi project(' :AndroidSDKCore' )
33+ api project(' :AndroidSDKCore' )
3434
3535 // Provided dependencies are optional dependencies and will not show up in pom file.
3636 compileOnly(' com.google.android.gms:play-services-location:[10.0.0,)' ) {
Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.library'
3+ id ' kotlin-android'
34 id ' com.jfrog.artifactory' version ' 4.13.0'
45 id ' maven-publish'
56 id ' signing'
@@ -29,10 +30,8 @@ android {
2930}
3031
3132dependencies {
32- debugApi project(' :AndroidSDKCore' )
33- releaseApi project(' :AndroidSDKCore' )
34- debugApi project(' :AndroidSDKPush' )
35- releaseApi project(' :AndroidSDKPush' )
33+ api project(' :AndroidSDKCore' )
34+ api project(' :AndroidSDKPush' )
3635
3736 // MiPush SDK is located in libs
3837 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.library'
3+ id ' kotlin-android'
34 id ' com.jfrog.artifactory' version ' 4.13.0'
45 id ' maven-publish'
56 id ' signing'
@@ -28,8 +29,7 @@ android {
2829}
2930
3031dependencies {
31- debugApi project(' :AndroidSDKCore' )
32- releaseApi project(' :AndroidSDKCore' )
32+ api project(' :AndroidSDKCore' )
3333}
3434
3535task generateJavadoc (type : Javadoc ) {
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
2+ apply plugin : ' kotlin-android'
23apply from : " ../common-methods.gradle"
34apply plugin : ' com.facebook.testing.screenshot'
45
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ buildscript {
77 }
88 dependencies {
99 classpath ' com.android.tools.build:gradle:4.2.0'
10+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
1011 }
1112}
1213
You can’t perform that action at this time.
0 commit comments