Revision 69338cfb
Added by Leszek Koltunski almost 3 years ago
build.gradle | ||
---|---|---|
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 21 |
17 | 17 |
targetSdkVersion 31 |
18 |
versionCode 43
|
|
19 |
versionName "1.9.1"
|
|
18 |
versionCode 44
|
|
19 |
versionName "1.9.2"
|
|
20 | 20 |
} |
21 | 21 |
|
22 | 22 |
buildTypes { |
src/main/AndroidManifest.xml | ||
---|---|---|
8 | 8 |
|
9 | 9 |
<uses-permission android:name="android.permission.INTERNET" /> |
10 | 10 |
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
11 |
<!-- |
|
12 |
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
|
13 |
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
|
14 |
--> |
|
11 |
|
|
15 | 12 |
<application |
16 | 13 |
android:allowBackup="true" |
17 | 14 |
android:icon="@mipmap/icon" |
... | ... | |
24 | 21 |
android:value="${crashlyticsCollectionEnabled}" |
25 | 22 |
/> |
26 | 23 |
|
27 |
<activity android:name="org.distorted.main.RubikActivity" android:screenOrientation="portrait"> |
|
24 |
<activity android:name="org.distorted.main.RubikActivity" android:exported="true" android:screenOrientation="portrait">
|
|
28 | 25 |
<intent-filter> |
29 | 26 |
<action android:name="android.intent.action.MAIN" /> |
30 | 27 |
<category android:name="android.intent.category.LAUNCHER" /> |
31 | 28 |
</intent-filter> |
32 | 29 |
</activity> |
33 | 30 |
|
34 |
<activity android:name="org.distorted.tutorials.TutorialActivity" android:screenOrientation="portrait"/> |
|
31 |
<activity android:name="org.distorted.tutorials.TutorialActivity" android:exported="true" android:screenOrientation="portrait"/>
|
|
35 | 32 |
</application> |
36 | 33 |
</manifest> |
Also available in: Unified diff
Up the version to 1.9.2