This commit is contained in:
Ahmet Inan 2024-04-12 12:04:58 +02:00
parent 315fb27ee5
commit 1a07893811

View file

@ -10,8 +10,8 @@ android {
applicationId "xdsopl.robot36" applicationId "xdsopl.robot36"
minSdk 24 minSdk 24
targetSdk 34 targetSdk 34
versionCode 1 versionCode 50
versionName "1.0" versionName "2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
@ -37,4 +37,4 @@ dependencies {
testImplementation libs.junit testImplementation libs.junit
androidTestImplementation libs.ext.junit androidTestImplementation libs.ext.junit
androidTestImplementation libs.espresso.core androidTestImplementation libs.espresso.core
} }