Skip to content

Commit

Permalink
Merge pull request #60 from contentstack/fix/DX-653-publish-snapshot
Browse files Browse the repository at this point in the history
Fix/dx 653 publish snapshot
  • Loading branch information
reeshika-h authored Jul 23, 2024
2 parents 61cdc00 + 0cbb999 commit f0086bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contentstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android.buildFeatures.buildConfig true
mavenPublishing {
publishToMavenCentral(SonatypeHost.DEFAULT)
signAllPublications()
coordinates("com.contentstack.sdk", "android", "3.15.1")
coordinates("com.contentstack.sdk", "android", "3.15.1-SNAPSHOT")

pom {
name = "contentstack-android"
Expand Down Expand Up @@ -99,7 +99,7 @@ android {
defaultConfig {
// Required when setting minSdkVersion to 20 or lower
multiDexEnabled true
minSdkVersion 23
minSdk 24
versionCode 1
versionName "1.0"
useLibrary 'org.apache.http.legacy'
Expand Down

0 comments on commit f0086bd

Please sign in to comment.