Skip to content

Commit

Permalink
product flavour updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zobaer53 committed Sep 14, 2023
1 parent f32c071 commit b8be32b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
4 changes: 0 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
Expand Down
Binary file removed app/src/main/res/drawable/zed_movies.png
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<style name="Theme.zedMovies.Splash">
<item name="android:windowSplashScreenBackground">@color/primaryDark</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/zed_movies</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/play</item>
</style>

<style name="Theme.zedMovies.Dialog" parent="android:Theme.Material.Light.Dialog">
Expand Down

0 comments on commit b8be32b

Please sign in to comment.