Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfc1a290 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Import Junit dependency for unit tests



Signed-off-by: default avatarAayush Gupta <aayushgupta219@gmail.com>
Change-Id: I04f4ca911b690ff0998a657a033ca9fb0298ba46
parent 4ea7c512
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ android {
        versionCode 32
        versionName "1.0.30"
        applicationId "ws.xsoh.etar"
        testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
    }

    sourceSets {
@@ -91,6 +92,7 @@ dependencies {
    implementation 'androidx.appcompat:appcompat:1.4.1'
    implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
    implementation 'com.google.android.material:material:1.5.0'
    testImplementation 'junit:junit:4.13.2'

    // Coroutines
    def coroutines_version = "1.6.0"