Skip to content

Commit 3b00ea6

Browse files
committed
builder.channelId is defined in 26.1, fixes #66
1 parent f70706d commit 3b00ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ repositories {
1515

1616
dependencies {
1717
// Android 8 requires us to set a channel, which is supported since support-v4 version 26
18-
compile "com.android.support:support-v4:26+"
18+
compile "com.android.support:support-v4:26.1+"
1919
}

0 commit comments

Comments
 (0)