This commit is contained in:
Kevin Hester
2021-03-02 14:19:44 +08:00
parent 0fe6c91a4e
commit 5c19b2649f
2 changed files with 4 additions and 4 deletions

View File

@@ -31,8 +31,8 @@ android {
applicationId "com.geeksville.mesh"
minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)
targetSdkVersion 29
versionCode 20148 // format is Mmmss (where M is 1+the numeric major number
versionName "1.1.48"
versionCode 20150 // format is Mmmss (where M is 1+the numeric major number
versionName "1.1.50"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// per https://developer.android.com/studio/write/vector-asset-studio
@@ -130,7 +130,7 @@ dependencies {
// optional - Test helpers
testImplementation "androidx.room:room-testing:$room_version"
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'