Prepare for alpha 4 release
This commit is contained in:
parent
8563128f69
commit
6bf532698a
|
@ -23,8 +23,8 @@ android {
|
|||
applicationId "com.h.pixeldroid"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 29
|
||||
versionCode 3
|
||||
versionName "1.0.alpha3"
|
||||
versionCode 4
|
||||
versionName "1.0.alpha4"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
testInstrumentationRunnerArguments clearPackageData: 'true'
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme"
|
||||
tools:replace="android:allowBackup">
|
||||
<activity android:name=".CameraActivity"></activity>
|
||||
<activity android:name=".CameraActivity" />
|
||||
<activity
|
||||
android:name=".ReportActivity"
|
||||
android:screenOrientation="sensorPortrait"
|
||||
|
|
Loading…
Reference in New Issue