Skip to content

Commit

Permalink
Merge pull request #53 from mikepenz/develop
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
mikepenz authored Oct 15, 2021
2 parents b4eba11 + d0b7f64 commit fd59c8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
constraintLayout : '2.1.1',
cardView : '1.0.0',
okhttp : '4.9.2',
iconics : "5.3.1",
iconics : "5.3.2",
fastadapter : '5.5.1',
materialdrawer : '8.4.4',
aboutLibraries : '8.9.3',
Expand All @@ -49,7 +49,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:7.1.0-alpha13"
classpath "com.android.tools.build:gradle:7.0.3"
classpath "com.vanniktech:gradle-maven-publish-plugin:0.18.0"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:${versions.detekt}"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${setup.kotlin}"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maven stuff
GROUP=com.mikepenz
VERSION_NAME=1.1.1
VERSION_CODE=1101
VERSION_NAME=1.1.2
VERSION_CODE=1102

POM_URL=https://github.com/mikepenz/storyblok-mp-SDK

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class Storyblok constructor(
private const val API_ENDPOINT = "api.storyblok.com"
private const val API_VERSION = "v2"

private const val SDK_VERSION = "1.1.1"
private const val SDK_VERSION = "1.1.2"
private const val SDK_USER_AGENT = "storyblok-sdk-android/$SDK_VERSION"

private const val VERSION_PUBLISHED = "published"
Expand Down

0 comments on commit fd59c8e

Please sign in to comment.