From 9dfe45a072b35dd8724e070566ebddd175ea0a6d Mon Sep 17 00:00:00 2001 From: Shailesh Mishra Date: Tue, 13 Feb 2024 15:21:16 +0530 Subject: [PATCH] v3.14.0: function support added - initial sequential sync - sequential sync --- contentstack/build.gradle | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/contentstack/build.gradle b/contentstack/build.gradle index 761cb08b..9cbd3d8f 100755 --- a/contentstack/build.gradle +++ b/contentstack/build.gradle @@ -10,7 +10,7 @@ android.buildFeatures.buildConfig true mavenPublishing { publishToMavenCentral(SonatypeHost.DEFAULT) signAllPublications() - coordinates("com.contentstack.sdk", "android", "3.14.0-SNAPSHOT") + coordinates("com.contentstack.sdk", "android", "3.14.0") pom { name = "contentstack-android" @@ -40,23 +40,7 @@ mavenPublishing { } } -//tasks.register('jacocoTestReport', JacocoReport) { -// dependsOn['testDebugUnitTest', 'createDebugCoverageReport'] -// reports { -// html.enabled = true -// } -// afterEvaluate { -// classDirectories.setFrom(files(classDirectories.files.collect { -// fileTree(dir: it, exclude: '**com/contentstack/okhttp**') -// fileTree(dir: it, exclude: '**com/contentstack/okio**') -// fileTree(dir: it, exclude: '**com/contentstack/txtmark**') -// })) -// } -//} - - android { - //namespace "com.contentstack.sdk" packagingOptions { exclude("META-INF/DEPENDENCIES") exclude("META-INF/LICENSE") @@ -94,7 +78,6 @@ android { } compileSdk 30 defaultConfig { - // Required when setting minSdkVersion to 20 or lower multiDexEnabled true minSdkVersion 23 versionCode 1 @@ -112,7 +95,6 @@ android { debuggable true testCoverageEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' - buildConfigField "String", "host", localProperties['host'] buildConfigField "String", "APIKey", localProperties['APIKey'] buildConfigField "String", "deliveryToken", localProperties['deliveryToken']