This commit is contained in:
Alessandro Ferro 2022-10-29 19:55:54 +02:00
parent f19885972c
commit e18ba18d9f
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 4 versionCode 5
versionName "1.0.3" versionName "1.0.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }