If you are getting the following error
AAPT: error: attribute android:foregroundServiceType not found.
verify that compileSdkVersion
is correctly set in the app build.gradle file. Shake requires compileSdkVersion
29 or greater.
Shake docs: Set compileSdkVersion version in the build.gradle file