Skip to content

Commit

Permalink
Update target sdk from 28 to 29 for Material.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 320426815
  • Loading branch information
wcshi authored and hunterstich committed Jul 10, 2020
1 parent 96b53d4 commit 44ff45c
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
ext {
compileSdkVersion = 29
minSdkVersion = 14
targetSdkVersion = 28
targetSdkVersion = 29

androidXVersions = [
annotation : '1.0.1',
Expand Down
2 changes: 1 addition & 1 deletion catalog/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<issue
id="OldTargetApi"
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details."
errorLine1=" targetSdkVersion 28"
errorLine1=" targetSdkVersion 29"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
Expand Down
2 changes: 1 addition & 1 deletion catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
}

testOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ android {
}
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<issue
id="OldTargetApi"
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details."
errorLine1=" targetSdkVersion 28"
errorLine1=" targetSdkVersion 29"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ android {
}
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<issue
id="OldTargetApi"
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details."
errorLine1=" targetSdkVersion 28"
errorLine1=" targetSdkVersion 29"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
defaultConfig {
multiDexEnabled true
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
}

sourceSets {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<issue
id="OldTargetApi"
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details."
errorLine1=" targetSdkVersion 28"
errorLine1=" targetSdkVersion 29"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<issue
id="OldTargetApi"
message="Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details."
errorLine1=" targetSdkVersion 28"
errorLine1=" targetSdkVersion 29"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="build.gradle"
Expand Down
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
testApplicationId "com.google.android.material.tests"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
}

targetProjectPath getTransformedProjectPath('testing/java/com/google/android/material/testapp')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
testApplicationId "com.google.android.material.tests"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
}

targetProjectPath getTransformedProjectPath('testing/java/com/google/android/material/testapp/animation')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
testApplicationId "com.google.android.material.tests"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
}

targetProjectPath getTransformedProjectPath('testing/java/com/google/android/material/testapp/theme')
Expand Down

0 comments on commit 44ff45c

Please sign in to comment.