Merge pull request #1385 from prathameshmm02/dev

Playback speed and pitch fix
This commit is contained in:
Daksh P. Jain 2022-06-22 11:53:47 +05:30 committed by GitHub
commit 10367f64de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 86 additions and 53 deletions

View file

@ -30,7 +30,6 @@ android {
}
buildTypes {
release {
versionNameSuffix "_" + getDate()
shrinkResources true
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
@ -88,10 +87,6 @@ static def getProperty(Properties properties, String name) {
return properties.getProperty(name) ?: "$name missing"
}
static def getDate() {
new Date().format('MMddyyyyss')
}
dependencies {
implementation project(':appthemehelper')
implementation "androidx.gridlayout:gridlayout:1.0.0"