aboutsummaryrefslogtreecommitdiff
path: root/examples/ex6_complex_type_conversion/build.gradle
diff options
context:
space:
mode:
authorxianyuanjia <56282287+xianyuanjia@users.noreply.github.com>2021-10-01 11:11:04 -0400
committerGitHub <noreply@github.com>2021-10-01 08:11:04 -0700
commit43942f884c5e7cccafc7156ef408f3e081718f69 (patch)
tree96f054bbc5b8cf8c717bcf30a945177a1d29eeae /examples/ex6_complex_type_conversion/build.gradle
parentf53945205070b53eb1903f72994334a67ca014b1 (diff)
downloadmobly-snippet-lib-43942f884c5e7cccafc7156ef408f3e081718f69.tar.gz
Update Gradle, project dependencies, and SDK versions. (#110)
Diffstat (limited to 'examples/ex6_complex_type_conversion/build.gradle')
-rw-r--r--examples/ex6_complex_type_conversion/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/ex6_complex_type_conversion/build.gradle b/examples/ex6_complex_type_conversion/build.gradle
index af05a85..45110b2 100644
--- a/examples/ex6_complex_type_conversion/build.gradle
+++ b/examples/ex6_complex_type_conversion/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 26
- buildToolsVersion '28.0.3'
+ compileSdkVersion 31
+ buildToolsVersion '31.0.0'
defaultConfig {
applicationId "com.google.android.mobly.snippet.example6"
- minSdkVersion 16
- targetSdkVersion 26
+ minSdkVersion 26
+ targetSdkVersion 31
versionCode 1
versionName "0.0.1"
}