aboutsummaryrefslogtreecommitdiff
path: root/examples/ex3_async_event
diff options
context:
space:
mode:
authorAng Li <angli@google.com>2019-01-28 21:33:17 -0800
committerGitHub <noreply@github.com>2019-01-28 21:33:17 -0800
commit6486fbb0e93f21a3657e8a1f5660e035b51fe333 (patch)
tree3e1010992ebf56566da24a9e418da5631b6bd62d /examples/ex3_async_event
parenta337f516cdce2882bb2a9661229f92a14d898fe3 (diff)
downloadmobly-snippet-lib-6486fbb0e93f21a3657e8a1f5660e035b51fe333.tar.gz
Fix examples. (#102)
* Fix ex2 and ex4 builds * Update unsupported target SDK version. * Update usage of deprecated API of instrumentation registry. * Update apk path in tutorial.
Diffstat (limited to 'examples/ex3_async_event')
-rw-r--r--examples/ex3_async_event/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex3_async_event/build.gradle b/examples/ex3_async_event/build.gradle
index b463565..24e6dff 100644
--- a/examples/ex3_async_event/build.gradle
+++ b/examples/ex3_async_event/build.gradle
@@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "com.google.android.mobly.snippet.example3"
minSdkVersion 15
- targetSdkVersion 22
+ targetSdkVersion 26
versionCode 1
versionName "0.0.1"
}