Skip to content

Commit

Permalink
added fall-back coordinates to (long-)click event
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotzkow committed Aug 12, 2020
1 parent 214749d commit 7adc94f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ wrapper{

allprojects {
group = "org.droidmate"
version = "2.1.1"
version = "2.1.2"

/* Merge all the build directories into one. */
// buildDir = rootProject.file('build') //TODO that means the apk/class paths are changing
Expand Down
6 changes: 3 additions & 3 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project.ext {
* Note: strings like x.y.z-RCx cannot be used for dynamic version ranges and thus should be avoided for release tags
*/
// requires version 2.4.2+
driverLib_version = "2.5.2" // our device interface (right now subject to change, but after refactoring it should not require further updates)
driverLib_version = "2.5.3" // our device interface (right now subject to change, but after refactoring it should not require further updates)
min_model_version = "1.5.1"
max_model_version = "1.6.0" // exclusive outer bounds for version

Expand All @@ -27,8 +27,8 @@ project.ext {
dmExplorationModel = "com.github.hotzkow:explorationModel"
// dmExplorationModel = "org.droidmate:explorationModel"
// DeviceInterfaceLib
dmDriverLib = "com.github.hotzkow:platformInterfaceLib"
// dmDriverLib = "org.droidmate:deviceDaemonLib"
// dmDriverLib = "com.github.hotzkow:platformInterfaceLib"
dmDriverLib = "org.droidmate:deviceDaemonLib"
// Common
dmCommon = "com.github.uds-se:droidmate-common:master-SNAPSHOT"
// dmCommon = "org.droidmate:droidmate-common:1.4.3-SNAPSHOT"
Expand Down

0 comments on commit 7adc94f

Please sign in to comment.