Skip to content

Commit

Permalink
design changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zobaer53 committed Sep 14, 2023
1 parent b4f9684 commit f32c071
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ 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 Expand Up @@ -81,7 +85,6 @@ dependencies {
implementation 'androidx.compose.material3:material3'


androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
debugImplementation 'androidx.compose.ui:ui-tooling'
debugImplementation 'androidx.compose.ui:ui-test-manifest'
implementation "androidx.compose.ui:ui-util:1.4.3"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<application
android:name=".zedMoviesApplication"
android:allowBackup="true"
android:icon="@mipmap/zed_movies_round"
android:icon="@mipmap/ic_launcher_foreground1"
android:label="@string/app_name"
android:roundIcon="@mipmap/zed_movies_round"
android:roundIcon="@mipmap/ic_launcher_round"
android:enableOnBackInvokedCallback="true"
android:supportsRtl="true"
android:theme="@style/Theme.zedMovies.Splash"
Expand Down
Binary file modified app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">zeDMovies</string>
<string name="app_name">NoFlix</string>
<string name="back">back</string>
<string name="movies">Movies</string>
<string name="tv_shows">Tv Shows</string>
Expand Down

0 comments on commit f32c071

Please sign in to comment.