File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed
src/main/java/com/contentstack/sdk Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## Version 3.15.0
4+
5+ ### Date: 20-May-2024
6+
7+ - Fixes and enhancements
8+
9+ ---
10+
311## Version 3.14.0
412
513### Date: 13-May-2024
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android.buildFeatures.buildConfig true
1010mavenPublishing {
1111 publishToMavenCentral(SonatypeHost . DEFAULT )
1212 signAllPublications()
13- coordinates(" com.contentstack.sdk" , " android" , " 3.14 .0" )
13+ coordinates(" com.contentstack.sdk" , " android" , " 3.15 .0" )
1414
1515 pom {
1616 name = " contentstack-android"
@@ -146,6 +146,9 @@ dependencies {
146146 androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0' , {
147147 exclude group : ' com.android.support' , module : ' support-annotations'
148148 })
149+
150+ // implementation 'com.squareup.okio:okio:3.9.0'
151+ implementation ' com.github.rjeschke:txtmark:0.12'
149152}
150153tasks. register(' clearJar' , Delete ) { delete ' build/libs/contentstack.jar' }
151154tasks. register(' unzip' , Copy ) {
@@ -160,4 +163,4 @@ tasks.register('createJar', Jar) {
160163 include ' com/contentstack/'
161164 // include 'META-INF/'
162165}
163- createJar. dependsOn(clearJar, unzip, build)
166+ createJar. dependsOn(clearJar, unzip, build)
Original file line number Diff line number Diff line change 44import android .util .ArrayMap ;
55import android .util .Log ;
66
7- import com .contentstack .txtmark .Configuration ;
8- import com .contentstack .txtmark .Processor ;
7+ import com .github . rjeschke .txtmark .Configuration ;
8+ import com .github . rjeschke .txtmark .Processor ;
99
1010import org .json .JSONArray ;
1111import org .json .JSONException ;
Original file line number Diff line number Diff line change 22
33import android .text .TextUtils ;
44
5- import com .contentstack .txtmark .Configuration ;
6- import com .contentstack .txtmark .Processor ;
5+ import com .github . rjeschke .txtmark .Configuration ;
6+ import com .github . rjeschke .txtmark .Processor ;
77
88import org .json .JSONArray ;
99import org .json .JSONObject ;
You can’t perform that action at this time.
0 commit comments