Skip to content

Commit

Permalink
Merge pull request #956 from StepicOrg/release/1.212
Browse files Browse the repository at this point in the history
Release/1.212
  • Loading branch information
rostikjoystick authored Mar 3, 2022
2 parents 20d5805 + 1f5c223 commit d04078e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="com.android.vending.BILLING" />

<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
</intent>
</queries>

<application
android:name=".base.App"
android:allowBackup="false"
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext.versions = [
code : 2242,
name : '1.211',
code : 2243,
name : '1.212',

minSdk : 21,
targetSdk : 30,
Expand Down

0 comments on commit d04078e

Please sign in to comment.