Skip to content

Commit

Permalink
Merge pull request #64 from mikepenz/develop
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
mikepenz committed Jan 17, 2022
2 parents a5257c0 + 5e14c25 commit 0bb72bc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ buildscript {
]

setup = [
kotlin : '1.5.31',
kotlin : '1.6.10',
compileSdk: 31,
buildTools: "31.0.0",
minSdk : 21,
targetSdk : 30,
dokka : "1.6.0"
dokka : "1.6.10"
]

versions = [
Expand All @@ -27,12 +27,12 @@ buildscript {
iconics : "5.3.3",
fastadapter : '5.6.0',
materialdrawer : '9.0.0-a03',
aboutLibraries : '10.0.0-b02',
aboutLibraries : '10.0.0-b07',
ktor : "1.6.5",
kermit : "1.0.2",
kotlinxSerialization: "1.3.1",
kotlinxSerialization: "1.3.2",
kotlinxDateTime : "0.3.1",
kotlinCoroutines : "1.5.2",
kotlinCoroutines : "1.6.0",
// ktx
activityKtx : "1.4.0",
lifecycleKtx : "2.4.0",
Expand All @@ -49,7 +49,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:7.0.3"
classpath "com.android.tools.build:gradle:7.0.4"
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.4
VERSION_CODE=1104
VERSION_NAME=1.2.0
VERSION_CODE=1200

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
10 changes: 5 additions & 5 deletions gradlew
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

#
# Copyright ? 2015-2021 the original authors.
# Copyright © 2015-2021 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -32,10 +32,10 @@
# Busybox and similar reduced shells will NOT work, because this script
# requires all of these POSIX shell features:
# * functions;
# * expansions ?$var?, ?${var}?, ?${var:-default}?, ?${var+SET}?,
# ?${var#prefix}?, ?${var%suffix}?, and ?$( cmd )?;
# * compound commands having a testable exit status, especially ?case?;
# * various built-in commands including ?command?, ?set?, and ?ulimit?.
# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
# * compound commands having a testable exit status, especially «case»;
# * various built-in commands including «command», «set», and «ulimit».
#
# Important for patching:
#
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.4"
private const val SDK_VERSION = "1.2.0"
private const val SDK_USER_AGENT = "storyblok-sdk-android/$SDK_VERSION"

private const val VERSION_PUBLISHED = "published"
Expand Down

0 comments on commit 0bb72bc

Please sign in to comment.