mirror of
https://github.com/hmalik144/EasyCC_Master.git
synced 2026-03-18 15:36:22 +00:00
- Instrumentation tests added
Took 1 hour 32 minutes
This commit is contained in:
@@ -11,7 +11,8 @@ android {
|
||||
targetSdkVersion 30
|
||||
versionCode 5
|
||||
versionName "4.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
testInstrumentationRunner "com.appttude.h_mal.easycc.application.TestRunner"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
@@ -47,6 +48,7 @@ dependencies {
|
||||
androidTestImplementation 'androidx.test:runner:1.2.0'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
||||
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
|
||||
androidTestImplementation 'androidx.test:rules:1.4.0-beta02'
|
||||
|
||||
//Retrofit and GSON
|
||||
def retrofit_ver = "2.8.1"
|
||||
|
||||
Reference in New Issue
Block a user