Skip to content

Commit

Permalink
[Gradle] Update compileSdkVersion and targetSdkVersion to 33 (T)
Browse files Browse the repository at this point in the history
Also update to Robolectric version 4.9 to support T

PiperOrigin-RevId: 489333413
  • Loading branch information
dsn5ft authored and drchen committed Nov 18, 2022
1 parent 7a706cc commit 090b988
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -17,9 +17,9 @@ allprojects {
}

ext {
compileSdkVersion = 32
compileSdkVersion = 33
minSdkVersion = 14
targetSdkVersion = 32
targetSdkVersion = 33

androidXVersions = [
annotation : '1.2.0',
Expand All @@ -45,7 +45,7 @@ ext {
espressoVersion = '3.1.0'
mockitoCoreVersion = '2.25.0'
truthVersion = '0.45'
robolectricVersion = '4.8-alpha-1'
robolectricVersion = '4.9'

// Enforce the use of prebuilt dependencies in all sub-projects. This is
// required for the doclava dependency.
Expand Down

0 comments on commit 090b988

Please sign in to comment.