Skip to content

Commit

Permalink
chore: update libs (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschoar authored Oct 25, 2023
1 parent a5bf6f8 commit d998c44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.3")
classpath("com.android.tools.build:gradle:7.0.4")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
classpath("com.github.dcendents:android-maven-gradle-plugin:2.1")
}
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ plugins {
id("com.android.library")
id("kotlin-android")
id("maven-publish")
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.8.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
}

android {
compileSdkVersion(31)
compileSdk 34

defaultConfig {
minSdkVersion(16)
targetSdkVersion(31)
targetSdkVersion(34)
setProperty("archivesBaseName", "com.transferwise.sequencelayout-${versionName}")
}

Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ plugins {
}

android {
compileSdkVersion(31)
compileSdk 34
defaultConfig {
minSdkVersion(16)
targetSdkVersion(31)
targetSdkVersion(34)
applicationId = "com.transferwise.sequencelayout.sample"
}
compileOptions {
Expand Down

0 comments on commit d998c44

Please sign in to comment.