Add missing dependencies for dummy tests

We will have tests later on, add back missing dependencies
for starters to fix broken project compilation

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-04-18 15:01:52 +05:30
parent bdd7e634fd
commit c4f84bd0c9

View File

@@ -52,6 +52,7 @@ android {
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
signingConfigs {
@@ -168,6 +169,11 @@ dependencies {
//Love <3
api "com.gitlab.AuroraOSS:gplayapi:0e224071f3"
//Test
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}
Properties props = new Properties()