Update build.gradle

This commit is contained in:
Zhengyu Peng 2022-02-23 19:55:20 -05:00
parent 0764e76ddb
commit 5172a24509

View File

@ -10,8 +10,8 @@ android {
applicationId "com.rookiedev.hexapod" applicationId "com.rookiedev.hexapod"
minSdk 30 minSdk 30
targetSdk 31 targetSdk 31
versionCode 2 versionCode 3
versionName "1.1" versionName "1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }