Skip to content

Commit

Permalink
Release Student 6.17.1 (238)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskozmer authored Apr 11, 2022
2 parents a079583 + 483b24a commit 9e41fd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/student/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ android {
applicationId "com.instructure.candroid"
minSdkVersion Versions.MIN_SDK
targetSdkVersion Versions.TARGET_SDK
versionCode = 237
versionName = '6.17.0'
versionCode = 238
versionName = '6.17.1'

vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
Expand Down
2 changes: 2 additions & 0 deletions apps/student/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
<uses-feature android:name="android.hardware.camera" android:required="false" tools:replace="required"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" tools:replace="required"/>

<uses-feature android:name="android.hardware.screen.portrait" android:required="false" />

<uses-sdk tools:overrideLibrary="com.google.zxing.client.android" />

<supports-screens
Expand Down
1 change: 0 additions & 1 deletion libs/DocumentScanner/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.zynksoftware.documentscanner">

<uses-feature android:name="android.hardware.camera2" />
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE" tools:node="remove"/>
Expand Down

0 comments on commit 9e41fd6

Please sign in to comment.