#!/bin/bash

grep "versionName =" app/build.gradle.kts | awk '{print $3}' | tr -d '"'
