Skip to content

Commit

Permalink
Release 54.2.0 (#89)
Browse files Browse the repository at this point in the history
* chore: upgrade gradle to 8.7, compileSdk to 34

* chore: increase SDK & app versions to 54.2.0
  • Loading branch information
berndkamplanyline authored Oct 17, 2024
1 parent 927009c commit 71fffd2
Show file tree
Hide file tree
Showing 6 changed files with 280 additions and 207 deletions.
8 changes: 4 additions & 4 deletions AnylineExamples/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ plugins {
}

ext {
anylinesdk_version = "54.0.1"
anylinesdk_version = "54.2.0"
timber_version = "5.0.1"
leakcanary_version = "2.9.1"

anyline_examples_version_code = 13
anyline_examples_version_name = "54.0.1"
anyline_examples_version_name = "54.2.0"
}

android {
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "io.anyline.examples"
minSdk 21
targetSdk 33
targetSdk 34
versionCode anyline_examples_version_code
versionName anyline_examples_version_name

Expand Down
4 changes: 2 additions & 2 deletions AnylineExamples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ buildscript {
}

plugins {
id 'com.android.application' version '7.2.0' apply false
id 'com.android.library' version '7.2.0' apply false
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
}

Expand Down
Binary file modified AnylineExamples/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 4 additions & 3 deletions AnylineExamples/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Wed May 18 15:18:23 CEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 71fffd2

Please sign in to comment.