Issue#12 Add UserPreferences to always open the app when saving a video
This commit is contained in:
parent
eda8b95c89
commit
6b849b06bd
22 changed files with 255 additions and 11 deletions
|
|
@ -21,7 +21,7 @@ android {
|
|||
minSdkVersion 23
|
||||
targetSdkVersion 31
|
||||
versionCode 1
|
||||
versionName "1.0.0"
|
||||
versionName "1.3.0"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
@ -43,7 +43,7 @@ android {
|
|||
}
|
||||
release {
|
||||
signingConfig signingConfigs.release
|
||||
debuggable false
|
||||
debuggable true
|
||||
shrinkResources true
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue