mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2025-01-27 13:59:19 +01:00
Merge branch 'release4' into 'master'
Prepare for alpha 4 release See merge request pixeldroid/PixelDroid!251
This commit is contained in:
commit
9ed4f3b2ac
@ -23,8 +23,8 @@ android {
|
|||||||
applicationId "com.h.pixeldroid"
|
applicationId "com.h.pixeldroid"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 3
|
versionCode 4
|
||||||
versionName "1.0.alpha3"
|
versionName "1.0.alpha4"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
testInstrumentationRunnerArguments clearPackageData: 'true'
|
testInstrumentationRunnerArguments clearPackageData: 'true'
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/AppTheme"
|
||||||
tools:replace="android:allowBackup">
|
tools:replace="android:allowBackup">
|
||||||
<activity android:name=".CameraActivity"></activity>
|
<activity android:name=".CameraActivity" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".ReportActivity"
|
android:name=".ReportActivity"
|
||||||
android:screenOrientation="sensorPortrait"
|
android:screenOrientation="sensorPortrait"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user