Snap for 9167660 from 9384011cb2564384e179a9c5a1d8c7e835e19962 to studio-ee-release

Change-Id: Ie25095b015ce112a3e86e0d2acd07d2f126bc355
diff --git a/databinding.properties b/databinding.properties
index 1e02087..9f46a54 100644
--- a/databinding.properties
+++ b/databinding.properties
@@ -1,6 +1,6 @@
-buildToolsVersion = 30.0.2
-compileSdkVersionStr=android-32
-compileSdkVersionInt=32
+buildToolsVersion = 30.0.3
+compileSdkVersionStr=android-33
+compileSdkVersionInt=33
 # java versions for the code that runs on the device
 javaTargetCompatibility = 1.8
 javaSourceCompatibility = 1.8
diff --git a/integration-tests/ideCommonBuildScript.gradle b/integration-tests/ideCommonBuildScript.gradle
index a7244f2..41a994a 100644
--- a/integration-tests/ideCommonBuildScript.gradle
+++ b/integration-tests/ideCommonBuildScript.gradle
@@ -7,7 +7,7 @@
     String bundledKotlinVersion= kotlinStdLibProperty.substring(kotlinStdLibProperty.lastIndexOf(":")+1)
 
     apply from: "${rootProject.ext.checkoutDir}/tools/buildSrc/base/version.gradle"
-    rootProject.ext.latestCompileSdk = 32
+    rootProject.ext.latestCompileSdk = 33
     rootProject.ext.buildToolsVersion = "29.0.2"
     rootProject.ext.kotlinVersion = bundledKotlinVersion