Skip to content

Commit

Permalink
Update dynamic links Android build's compile SDK version
Browse files Browse the repository at this point in the history
Missed updating a number to 28.  While not technically necessary, since the targetSdkVersion is 28, for consistency with the other libraries dynamic links should be updated as well.

PiperOrigin-RevId: 256039327
  • Loading branch information
a-maurice committed Jul 1, 2019
1 parent d9e01ac commit 021d99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic_links/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 26
compileSdkVersion 28
buildToolsVersion '28.0.3'

sourceSets {
Expand Down

0 comments on commit 021d99b

Please sign in to comment.