mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-06 16:14:15 +00:00
fix: Gradle issues
This commit is contained in:
parent
4454e5f705
commit
447ee39cbd
|
@ -27,7 +27,7 @@ if (flutterVersionName == null) {
|
||||||
android {
|
android {
|
||||||
namespace 'org.selfprivacy.app'
|
namespace 'org.selfprivacy.app'
|
||||||
compileSdkVersion flutter.compileSdkVersion
|
compileSdkVersion flutter.compileSdkVersion
|
||||||
ndkVersion flutter.ndkVersion
|
ndkVersion = "25.1.8937393"
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main.java.srcDirs += 'src/main/kotlin'
|
main.java.srcDirs += 'src/main/kotlin'
|
||||||
|
@ -96,5 +96,8 @@ flutter {
|
||||||
source '../..'
|
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