This commit is contained in:
Alessandro Ferro 2022-10-27 14:58:54 +02:00
parent 86cf54f00d
commit 34ab8c4cc1
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "com.xfarrow.locatemydevice" applicationId "com.xfarrow.locatemydevice"
minSdk 28 minSdk 28
targetSdk 33 targetSdk 33
versionCode 2 versionCode 3
versionName "1.0.1" versionName "1.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }