Skip to content

Commit

Permalink
build(deps, android): bump android SDK compile / target to current
Browse files Browse the repository at this point in the history
these and the android plugin change should be overridden by project
config, but if not, they are current now
  • Loading branch information
mikehardy committed Apr 10, 2024
1 parent f68665d commit 68f7f89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:8.3.2'
}
}
}

apply plugin: 'com.android.library'

android {
compileSdkVersion safeExtGet('compileSdkVersion', 33)
compileSdkVersion safeExtGet('compileSdkVersion', 34)
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 16)
targetSdkVersion safeExtGet('targetSdkVersion', 31)
targetSdkVersion safeExtGet('targetSdkVersion', 34)
}
lintOptions {
abortOnError false
Expand Down

0 comments on commit 68f7f89

Please sign in to comment.