mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
Remove unused proguard files from debug builds
This commit is contained in:
parent
8d11d06d6d
commit
4153643833
@ -46,7 +46,6 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
|
||||||
debuggable true
|
debuggable true
|
||||||
applicationIdSuffix ".debug"
|
applicationIdSuffix ".debug"
|
||||||
resValue "string", "app_name", "LibreTube Debug"
|
resValue "string", "app_name", "LibreTube Debug"
|
||||||
@ -126,4 +125,4 @@ dependencies {
|
|||||||
|
|
||||||
static def getUnixTime() {
|
static def getUnixTime() {
|
||||||
return Instant.now().getEpochSecond()
|
return Instant.now().getEpochSecond()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user