Skip to content

Commit 399c6da

Browse files
author
Gavin Dunne
committed
project updates
1 parent 3f53b49 commit 399c6da

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.idea/gradle.xml

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ plugins {
33
}
44

55
android {
6-
compileSdkVersion 30
6+
compileSdkVersion 31
77
buildToolsVersion "29.0.3"
88

99
defaultConfig {
1010
applicationId "com.test.jondh.auraandroidjava"
1111
minSdkVersion 21
12-
targetSdkVersion 30
12+
targetSdkVersion 31
1313
versionCode 1
1414
versionName "1.0"
1515

app/src/main/AndroidManifest.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
android:roundIcon="@mipmap/ic_launcher_round"
1212
android:supportsRtl="true"
1313
android:theme="@style/Theme.AuraAndroidJava">
14-
<activity android:name=".MainActivity">
14+
<activity
15+
android:name=".MainActivity"
16+
android:exported="true"
17+
>
1518
<intent-filter>
1619
<action android:name="android.intent.action.MAIN" />
1720

0 commit comments

Comments
 (0)