diff --git a/android-videostreamdecodingsample/app/build.gradle b/android-videostreamdecodingsample/app/build.gradle old mode 100755 new mode 100644 index 08b40c9..51ee9e4 --- a/android-videostreamdecodingsample/app/build.gradle +++ b/android-videostreamdecodingsample/app/build.gradle @@ -23,12 +23,13 @@ android { buildTypes { release { - minifyEnabled false + minifyEnabled true + shrinkResources true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } debug { - shrinkResources true - minifyEnabled true + shrinkResources false + minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } @@ -92,6 +93,7 @@ dependencies { }) compileOnly 'com.dji:dji-sdk-provided:4.15.1' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.core:core:1.3.2' implementation 'androidx.constraintlayout:constraintlayout:2.0.4'