Skip to content

Commit 021d99b

Browse files
committed
Update dynamic links Android build's compile SDK version
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
1 parent d9e01ac commit 021d99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_links/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
apply plugin: 'com.android.library'
3232

3333
android {
34-
compileSdkVersion 26
34+
compileSdkVersion 28
3535
buildToolsVersion '28.0.3'
3636

3737
sourceSets {

0 commit comments

Comments
 (0)