Results 4 issues of Dan ALBOTEANU

> [email protected] build:clean C:\Users\albot\web\hnpwa-firebase-master > rm -rf dist 'rm' is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno...

seems you have to do some updates Error: Gradle sync failed: The project is using an incompatible version (AGP 3.1.3) of the Android Gradle plugin. Minimum supported version is AGP...

it would be nice if the repo would also show how to write to the database - using the architecture components

I had some confusions data class StockPrice( val ticker: String, val price: Float, val time: Date ) "ticker" is to be used as a name for the stock. abstract class...