aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom Palvelev <artyompp@google.com>2023-09-08 16:01:07 +0100
committerArtyom Palvelev <artyompp@google.com>2023-09-08 15:03:01 +0000
commitf4c1847a918196f22f060cbe917eaee84bb4c795 (patch)
tree0a30356b3bce0a9d6e5c9b550eff3b83619b4d92
parent6af5fd85f8d0069e9cd5cd96eb75a0ce07c6c8a6 (diff)
downloadgamesdk-f4c1847a918196f22f060cbe917eaee84bb4c795.tar.gz
update Hogger sample to the modern SDK
Bug: N/A Test: run Hogger sample Change-Id: I3836757db158ba35d598e149eb7262dce23e1d52
-rw-r--r--samples/memory_advice/hogger/app/build.gradle2
-rw-r--r--samples/memory_advice/hogger/app/src/main/AndroidManifest.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/memory_advice/hogger/app/build.gradle b/samples/memory_advice/hogger/app/build.gradle
index ecf9389b..d3966845 100644
--- a/samples/memory_advice/hogger/app/build.gradle
+++ b/samples/memory_advice/hogger/app/build.gradle
@@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId "com.memory_advice.hogger"
minSdkVersion 20
- targetSdkVersion 29
+ targetSdkVersion 31
versionCode 17
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
diff --git a/samples/memory_advice/hogger/app/src/main/AndroidManifest.xml b/samples/memory_advice/hogger/app/src/main/AndroidManifest.xml
index 48d5fce6..769605de 100644
--- a/samples/memory_advice/hogger/app/src/main/AndroidManifest.xml
+++ b/samples/memory_advice/hogger/app/src/main/AndroidManifest.xml
@@ -9,7 +9,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Hogger">
- <activity android:name=".MainActivity">
+ <activity android:name=".MainActivity" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />