comparison app/build.gradle @ 38:444fe4416c9b

Add unit tests of my resizing code.
author David Barts <n5jrn@me.com>
date Thu, 25 Mar 2021 19:11:43 -0700
parents 70f1d11d53ad
children 45e4df5226c0
comparison
equal deleted inserted replaced
37:0dbd924cb5e8 38:444fe4416c9b
41 implementation 'androidx.core:core-ktx:1.3.2' 41 implementation 'androidx.core:core-ktx:1.3.2'
42 implementation 'androidx.appcompat:appcompat:1.2.0' 42 implementation 'androidx.appcompat:appcompat:1.2.0'
43 implementation 'com.google.android.material:material:1.3.0' 43 implementation 'com.google.android.material:material:1.3.0'
44 implementation 'androidx.constraintlayout:constraintlayout:2.0.4' 44 implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
45 implementation 'androidx.preference:preference-ktx:1.1.1' 45 implementation 'androidx.preference:preference-ktx:1.1.1'
46 testImplementation 'junit:junit:4.+' 46 testImplementation 'junit:junit:4.13.2'
47 androidTestImplementation 'androidx.test:runner:1.3.0'
48 androidTestImplementation 'androidx.test:rules:1.3.0'
47 androidTestImplementation 'androidx.test.ext:junit:1.1.2' 49 androidTestImplementation 'androidx.test.ext:junit:1.1.2'
48 androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' 50 androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
49 } 51 }