#!/bin/bash

grep "versionCode =" app/build.gradle.kts | awk '{print $3}'
