mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Cleanup gradle output.
This commit is contained in:
parent
ca3be1877e
commit
c855ab66d5
1 changed files with 1 additions and 3 deletions
|
@ -30,8 +30,6 @@ android {
|
|||
}
|
||||
} else {
|
||||
release {
|
||||
// Can't build release builds without a key store.
|
||||
println 'This build type should only be invoked from CI. Use Optimized builds instead.'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -137,5 +135,5 @@ afterEvaluate {
|
|||
android.sourceSets.main.assets.getSrcDirs().each { println it }
|
||||
}
|
||||
dependencies {
|
||||
compile project(':com.bda.controller')
|
||||
implementation project(':com.bda.controller')
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue