Skip to content

Commit

Permalink
Merge pull request #77 from sduduzog/orientation-issues
Browse files Browse the repository at this point in the history
Orientation issues
  • Loading branch information
sduduzog authored Jun 29, 2020
2 parents 817ef19 + 72ec513 commit a877085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ android {
}
play {
serviceAccountCredentials = file(project.extra["RELEASE_GPP_KEY"] as String)
track = "production"
userFraction = 0.2
track = "beta"
userFraction = 1.0
releaseStatus = "inProgress"
defaultToAppBundles = true

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<activity
android:name=".MainActivity"
android:launchMode="singleTask"
android:screenOrientation="fullSensor"
android:screenOrientation="portrait"
tools:ignore="LockedOrientationActivity"
android:stateNotNeeded="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit a877085

Please sign in to comment.