Skip to content

Commit 9add83b

Browse files
Android SDK v3.13.0 | Error: Status Code Added
1 parent 705d70a commit 9add83b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

contentstack/build.gradle

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android.buildFeatures.buildConfig true
1010
mavenPublishing {
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
}
136136
configurations { archives }
137137
dependencies {
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

Comments
 (0)