Replace build.gradle
This commit is contained in:
parent
16ed400b89
commit
464616e7cd
|
@ -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'
|
||||
|
||||
]))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue