I am trying to add flutter local notifications to my app and following the documentation.
So far i managed to get everything working but this line of code
buildscript {
...
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
...
}
Adding the build gradle classpath seems to prevent from my application launching at all. I tried changing the versions of my android tools build gradle with no luck.
Also tried to change the version to 7.6.3 presuming it will work since that is my gradle version on my gradle-wrapper.properties
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-7.6.3-all.zip