Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKaN committed Nov 30, 2024
1 parent 2b1fc43 commit 08903e7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Piano SDK for Android

## v2.11.0-SNAPSHOT
## v2.11.0
* Increased minSdkVersion from 21 to 23
* Android 15 compatibility
* Add access for lat pageViewId from Composer execution
Expand All @@ -21,7 +21,7 @@
https://developer.android.com/jetpack/androidx/releases/appcompat#1.7.0
- androidx.fragment:fragment [1.7.0 -> 1.8.5]
https://developer.android.com/jetpack/androidx/releases/fragment#1.8.5
- com.google.android.gms:play-services-basement [18.3.0 -> 18.4.0]
- com.google.android.gms:play-services-basement [18.3.0 -> 18.5.0]
- com.google.android.libraries.identity.googleid:googleid [1.1.0 -> 1.1.1]
- com.facebook.android:facebook-login [17.0.0 -> 17.0.2]
https://github.com/facebook/facebook-android-sdk
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.10.0
VERSION_NAME=2.11.0
GROUP=io.piano.android

POM_DESCRIPTION=Piano SDK for Android
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
kotlin = "1.9.24"
android = "8.6.1"
dokka = "1.9.20"
binaryCompatibility = "0.14.0"
binaryCompatibility = "0.16.3"
versionUpdater = "0.51.0"
ktlint = "12.1.0"
mavenRelease = "0.29.0"
ktlint = "12.1.2"
mavenRelease = "0.30.0"
moshiIR = "0.26.0"
ksp = "1.9.24-1.0.20"

Expand All @@ -24,7 +24,7 @@ multidex = "2.0.1"
# Third party Libraries
facebookLogin = "17.0.2"
googleId = "1.1.1"
googlePlayServicesBase = "18.4.0"
googlePlayServicesBase = "18.5.0"
retrofit = "2.11.0"
okhttp = "4.12.0"
moshi = "1.15.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class KtlintConfigPlugin : Plugin<Project> {
apply<KtlintPlugin>()
if (this != rootProject) {
extensions.configure(KtlintExtension::class.java) {
version.set("1.3.1")
version.set("1.4.1")
android.set(true)
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip

0 comments on commit 08903e7

Please sign in to comment.