Skip to content

Commit bb2fa43

Browse files
committed
Merge branch 'hotfix/0.3.1'
2 parents 51dd955 + 5f66e2e commit bb2fa43

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ___ALERT:___ The `settings` screen, namely the home screen, is not happy with th
4747

4848
> Too lazy to publish to Android market
4949
50-
Download APK file from [here](https://github.com/unknownmoon/android-cry-for-light/releases/download/v0.3.3/app-debug.apk) and install it.
50+
Download APK file from [here](https://github.com/unknownmoon/android-cry-for-light/releases/download/v0.3.1/app-debug.apk) and install it.
5151

5252
<a name="features-paused"></a>
5353
## Features (Paused..)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "unknownmoon.cryforlight"
99
minSdkVersion 23
1010
targetSdkVersion 23
11-
versionCode 7
12-
versionName "0.3.0"
11+
versionCode 8
12+
versionName "0.3.1"
1313
}
1414
buildTypes {
1515
release {

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
android:name=".MainActivity"
1515
android:label="@string/app_name"
1616
android:launchMode="singleInstance"
17+
android:screenOrientation="portrait"
1718
android:theme="@style/AppTheme.NoActionBar">
1819
<intent-filter>
1920
<action android:name="android.intent.action.MAIN"/>

0 commit comments

Comments
 (0)