Update version.

This commit is contained in:
Hyperling 2024-12-29 07:57:19 -07:00
parent bb730f2f0b
commit 1b839010c6

View File

@ -15,8 +15,8 @@ android {
applicationId = "com.hyperling.roomexample"
minSdk = 21
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.01"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}