Skip to content

Commit

Permalink
update versionName [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Nussbaumer <st9fan@gmail.com>
  • Loading branch information
nuss committed May 4, 2020
1 parent b4ff066 commit 212555b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionCode 17
versionName "2.0alpha2"
versionName "2.0alpha3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// renderscriptTargetApi 21
// renderscriptSupportModeEnabled true
Expand Down
6 changes: 4 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.videosc"
xmlns:tools="http://schemas.android.com/tools"
package="net.videosc"
>
<!-- necessary permissions-->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand All @@ -21,7 +22,8 @@
android:name="net.videosc.activities.VideOSCMainActivity"
android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden"
android:label="@string/app_name">
android:label="@string/app_name"
tools:ignore="LockedOrientationActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
Expand Down

0 comments on commit 212555b

Please sign in to comment.