Issue#12 Add UserPreferences to always open the app when saving a video

This commit is contained in:
Gergely Hegedus 2022-09-19 21:52:37 +03:00
parent eda8b95c89
commit 6b849b06bd
22 changed files with 255 additions and 11 deletions

View file

@ -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"