EdwardvanRaak / MaterialBarcodeScanner

Easy to use barcode reader for your Android Project (Uses Google Mobile Vision API)
Apache License 2.0
272 stars 113 forks source link

remove error: Style Resource definition cycle [ResourceCycle] #24

Closed lebzuch closed 8 years ago

lebzuch commented 8 years ago

When I tried to release signed apk with library I had an error: Style Resource definition cycle: AppTheme => AppTheme.NoActionBar => AppTheme [ResourceCycle] I removed style cycle and it works fine.