Update build.gradle

This commit is contained in:
Zhengyu Peng 2022-02-22 21:15:48 -05:00
parent ff5da9ef85
commit e8440a474c

View File

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