Replace build.gradle

This commit is contained in:
Matthieu 2021-07-16 12:39:18 +00:00
parent 16ed400b89
commit 464616e7cd
1 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ android {
applicationId "org.pixeldroid.app"
minSdkVersion 23
targetSdkVersion 30
versionCode 2
versionName "1.0.beta2"
versionCode 3
versionName "1.0.beta3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
@ -252,4 +252,4 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['connectedStagingAndroidTe
'jacoco/testStagingUnitTest.exec'
]))
}
}