aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorSam Lin <samlin@google.com>2020-07-16 17:22:59 -0700
committerSam Lin <samlin@google.com>2020-08-26 15:21:28 -0700
commitc1aae2bda8ef4c2693ce37cd65d44783391e3e10 (patch)
tree356a1f590fb206ef1cbdb69e7f447e8129a164bd /build.gradle
parent906bc03cfb1399cde58dcefd71febccd84249c9c (diff)
downloadtests-c1aae2bda8ef4c2693ce37cd65d44783391e3e10.tar.gz
Make test apps buildable in Android Studio
- Use AOSP links - Add git workflow & instructions in readme.md - Add build.gradle for RotaryPlayground - Fix build errors in TestMediaApp - Add git_clone_projects.sh & go_rotary.sh Bug: 161492279 Test: Build and Run both sucessfully on Android Studio and Emulator Change-Id: Ia73641f770044518a87f7487f52c734ec46f1a2b
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index df49ba3..8ea89fa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.5.0'
+ classpath 'com.android.tools.build:gradle:4.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files