mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-04 23:24:20 +00:00
fix: Gradle issues
This commit is contained in:
parent
4454e5f705
commit
447ee39cbd
|
@ -27,7 +27,7 @@ if (flutterVersionName == null) {
|
|||
android {
|
||||
namespace 'org.selfprivacy.app'
|
||||
compileSdkVersion flutter.compileSdkVersion
|
||||
ndkVersion flutter.ndkVersion
|
||||
ndkVersion = "25.1.8937393"
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
|
@ -96,5 +96,8 @@ flutter {
|
|||
source '../..'
|
||||
}
|
||||
|
||||
dependencies {}
|
||||
dependencies {
|
||||
implementation 'com.google.errorprone:error_prone_annotations:2.36.0' // required by flutter_secure_storage
|
||||
implementation 'com.github.spotbugs:spotbugs-annotations:4.8.6' // required by flutter_secure_storage
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue