Errors with AS 3.2

Hi, just installed the latest AS and get the following errors. Looks like the location of some files has moved.

The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.
Open Manifest File
Remove minSdkVersion and sync project

The targetSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.

bump

bump.

can someone please comment on this from Juce devs? 2 weeks since AS 3.2 came out

Sorry for the delay, I’ll get this fixed.

1 Like

thx - all looks good now