Update CtsCompilationTestCases binary

Also, target SDK 29 for the test app to prevent future test breakages when
the api updates

Test: atest CtsCompilationTestCases
Bug: 132823998
Merged-In: I06ce9c1f3bac9f38592a4258d297eb282a2705f9
Change-Id: I06ce9c1f3bac9f38592a4258d297eb282a2705f9
diff --git a/hostsidetests/compilation/app/Android.mk b/hostsidetests/compilation/app/Android.mk
index d9d79d6..4a51a21 100644
--- a/hostsidetests/compilation/app/Android.mk
+++ b/hostsidetests/compilation/app/Android.mk
@@ -21,7 +21,7 @@
 
 LOCAL_SRC_FILES := $(call all-java-files-under, src)
 
-LOCAL_SDK_VERSION := current
+LOCAL_SDK_VERSION := 29
 
 LOCAL_PACKAGE_NAME := CtsCompilationApp
 
diff --git a/hostsidetests/compilation/assets/CtsCompilationApp.apk b/hostsidetests/compilation/assets/CtsCompilationApp.apk
index 18c76d3..ba89b24 100644
--- a/hostsidetests/compilation/assets/CtsCompilationApp.apk
+++ b/hostsidetests/compilation/assets/CtsCompilationApp.apk
Binary files differ