centrifugal / centrifuge-dart

Dart (Flutter) client SDK for bidirectional communication with Centrifugo and Centrifuge-based server over WebSocket
https://pub.dartlang.org/packages/centrifuge
MIT License
110 stars 34 forks source link

Upgrade Android compileSdkVersion to 28 in example #24

Closed synw closed 4 years ago

synw commented 4 years ago

The example throws an appcompat exception:

Execution failed for task ':app:processDebugResources'. Android resource linking failed

I increased the compileSdkVersion and targetSdkVersion to 28 in the app level build.graddle file for Android to avoid this error. This makes the example to compile without errors on the latest Flutter: 28 is the standard now

FZambia commented 4 years ago

Thanks @synw !