@@ -10,7 +10,7 @@ android.buildFeatures.buildConfig true
1010mavenPublishing {
1111 publishToMavenCentral(SonatypeHost . DEFAULT )
1212 signAllPublications()
13- coordinates(" com.contentstack.sdk" , " android" , " 3.13.0-SNAPSHOT " )
13+ coordinates(" com.contentstack.sdk" , " android" , " 3.13.0" )
1414
1515 pom {
1616 name = " contentstack-android"
@@ -129,27 +129,23 @@ android {
129129 // Flag to enable support for the new language APIs
130130 coreLibraryDesugaringEnabled true
131131 // Sets Java compatibility to Java 8
132- sourceCompatibility JavaVersion . VERSION_1_8
133- targetCompatibility JavaVersion . VERSION_1_8
132+ sourceCompatibility JavaVersion . VERSION_11
133+ targetCompatibility JavaVersion . VERSION_11
134134 }
135135}
136136configurations { archives }
137137dependencies {
138138 def multidex = " 2.0.1"
139- // def sdk_utils = "1.2.6"
140139 def volley = " 1.2.1"
141140 def junit = " 4.13.2"
142141 configurations. configureEach { resolutionStrategy. force ' com.android.support:support-annotations:23.1.0' }
143142 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
144- // implementation "com.contentstack.sdk:utils:$sdk_utils"
145143 implementation " com.android.volley:volley:$volley "
146144 implementation " junit:junit:$junit "
147145 // For AGP 7.4+
148146 coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.4'
149- // implementation "androidx.multidex:multidex:$multidex"
150147 testImplementation ' junit:junit:4.13.2'
151148 androidTestImplementation ' androidx.test:core:1.5.0'
152- // testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
153149 androidTestImplementation(' com.android.support.test.espresso:espresso-core:3.0.2' , {
154150 exclude group : ' com.android.support' , module : ' support-annotations'
155151 })
0 commit comments