class AboutMe {
val firstName = "Arnab"
val lastName = "Kundu"
val linkedin = "https://www.linkedin.com/in/arnab-kundu-80b06838/"
- val yearsOfExperience = 7
+ val yearsOfExperience = 8
val role = "Senior Android App Developer"
}
implementation("com.github.arnab-kundu:Storage:1.1.1")
implementation("com.github.arnab-kundu:ESCPOS-ThermalPrinter-Android:v3.4.0")


