Revert "Revert "fix: proprietory classes included into build""

This reverts commit fa1d9fd72f2bf0beb2826ca42acf0bd342fec7a2.
This commit is contained in:
TheOneWithTheBraid 2022-05-22 10:58:48 +02:00
commit dd6b1c0985
5 changed files with 8 additions and 55 deletions

View file

@ -68,10 +68,6 @@ android {
}
release {
signingConfig signingConfigs.release
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
@ -83,9 +79,6 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
//implementation 'com.google.firebase:firebase-messaging:19.0.1' // Workaround for https://github.com/microg/android_packages_apps_GmsCore/issues/313#issuecomment-617651698
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
implementation 'androidx.multidex:multidex:2.0.1'
}