Skip to content

Commit

Permalink
Merge branch 'release/v1.6.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Mar 24, 2024
2 parents 5f0d6cf + 1da37f5 commit 013bde9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.tanasi.streamflix"
minSdk 21
targetSdk 34
versionCode 16
versionName "1.5.2"
versionCode 17
versionName "1.6.0"
}

compileOptions {
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
android:label="@string/app_name"
android:logo="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:screenOrientation="landscape"
android:supportsRtl="true"
android:usesCleartextTraffic="true">

Expand Down

0 comments on commit 013bde9

Please sign in to comment.