Skip to content

Commit

Permalink
Merge pull request #1862 from dhis2/update_target_version
Browse files Browse the repository at this point in the history
fix: update target version
  • Loading branch information
Jaime Toca authored Jan 27, 2021
2 parents 530ce01 + 469b528 commit 7dca9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/androidTest/java/org/dhis2/common/BaseRobot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ open class BaseRobot {
val am = InstrumentationRegistry.getInstrumentation().targetContext.getSystemService(
ACTIVITY_SERVICE
) as ActivityManager
val visibleActivityName = am.appTasks[0].taskInfo.baseActivity.className
val visibleActivityName = am.appTasks[0].taskInfo.baseActivity!!.className
return visibleActivityName == T::class.java.name
}

Expand Down
2 changes: 1 addition & 1 deletion buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
versions = [
sdk : 28,
sdk : 29,
tools : "29.0.2",
minSdk: 19,
vCode: 93,
Expand Down

0 comments on commit 7dca9a5

Please sign in to comment.