mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-21 23:46:30 +00:00
1. fixed fdroid build errors
This commit is contained in:
parent
9922ca5882
commit
1a851d81c0
1
.idea/gradle.xml
generated
1
.idea/gradle.xml
generated
@ -12,7 +12,6 @@
|
||||
<option value="$PROJECT_DIR$" />
|
||||
<option value="$PROJECT_DIR$/app" />
|
||||
<option value="$PROJECT_DIR$/yggdrasil" />
|
||||
<option value="$PROJECT_DIR$/yggdrasil-sources" />
|
||||
</set>
|
||||
</option>
|
||||
<option name="resolveModulePerSourceSet" value="false" />
|
||||
|
@ -6,7 +6,7 @@ android {
|
||||
compileSdkVersion 29
|
||||
defaultConfig {
|
||||
applicationId "io.github.chronosx88.yggdrasil"
|
||||
minSdkVersion 22
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
@ -1,2 +1 @@
|
||||
include ':yggdrasil-sources'
|
||||
include ':app', ':yggdrasil'
|
||||
|
@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('yggdrasil-sources.jar'))
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user