Skip to content

Commit 0e05939

Browse files
v3.14.0: function support added
- initial sequential sync - sequential sync
1 parent 9c10e14 commit 0e05939

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

contentstack/build.gradle

Lines changed: 1 addition & 19 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.14.0-SNAPSHOT")
13+
coordinates("com.contentstack.sdk", "android", "3.14.0")
1414

1515
pom {
1616
name = "contentstack-android"
@@ -40,23 +40,7 @@ mavenPublishing {
4040
}
4141
}
4242

43-
//tasks.register('jacocoTestReport', JacocoReport) {
44-
// dependsOn['testDebugUnitTest', 'createDebugCoverageReport']
45-
// reports {
46-
// html.enabled = true
47-
// }
48-
// afterEvaluate {
49-
// classDirectories.setFrom(files(classDirectories.files.collect {
50-
// fileTree(dir: it, exclude: '**com/contentstack/okhttp**')
51-
// fileTree(dir: it, exclude: '**com/contentstack/okio**')
52-
// fileTree(dir: it, exclude: '**com/contentstack/txtmark**')
53-
// }))
54-
// }
55-
//}
56-
57-
5843
android {
59-
//namespace "com.contentstack.sdk"
6044
packagingOptions {
6145
exclude("META-INF/DEPENDENCIES")
6246
exclude("META-INF/LICENSE")
@@ -94,7 +78,6 @@ android {
9478
}
9579
compileSdk 30
9680
defaultConfig {
97-
// Required when setting minSdkVersion to 20 or lower
9881
multiDexEnabled true
9982
minSdkVersion 23
10083
versionCode 1
@@ -112,7 +95,6 @@ android {
11295
debuggable true
11396
testCoverageEnabled true
11497
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
115-
11698
buildConfigField "String", "host", localProperties['host']
11799
buildConfigField "String", "APIKey", localProperties['APIKey']
118100
buildConfigField "String", "deliveryToken", localProperties['deliveryToken']

0 commit comments

Comments
 (0)