Update build.gradle

This commit is contained in:
Zhengyu Peng 2022-02-22 21:15:48 -05:00
parent 54a05bf06e
commit b04f2ad8e2

View File

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