Skip to content

Commit d04078e

Browse files
Merge pull request #956 from StepicOrg/release/1.212
Release/1.212
2 parents 20d5805 + 1f5c223 commit d04078e

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
1717
<uses-permission android:name="com.android.vending.BILLING" />
1818

19+
<queries>
20+
<intent>
21+
<action android:name="android.intent.action.VIEW" />
22+
<category android:name="android.intent.category.BROWSABLE" />
23+
<data android:scheme="https" />
24+
</intent>
25+
</queries>
26+
1927
<application
2028
android:name=".base.App"
2129
android:allowBackup="false"

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext.versions = [
2-
code : 2242,
3-
name : '1.211',
2+
code : 2243,
3+
name : '1.212',
44

55
minSdk : 21,
66
targetSdk : 30,

0 commit comments

Comments
 (0)