Loading app/build.gradle +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ android { versionCode 32 versionName "1.0.30" applicationId "ws.xsoh.etar" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } sourceSets { Loading Loading @@ -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" Loading Loading
app/build.gradle +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ android { versionCode 32 versionName "1.0.30" applicationId "ws.xsoh.etar" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } sourceSets { Loading Loading @@ -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" Loading