Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 81fa2b2

Browse files
Release 1.2.1 (#50)
1 parent e5c51cc commit 81fa2b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
minSdk 27
1818
targetSdk 31
1919
versionCode 10
20-
versionName "1.2.1-rc2"
20+
versionName "1.2.1"
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
}
2323

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<action android:name="com.google.android.gms.metadata.MODULE_DEPENDENCIES" />
6262
</intent-filter>
6363

64-
<meta-data android:name="connectedhome:-1:preferred" android:value=""/>
64+
<meta-data android:name="home:-1:preferred" android:value=""/>
6565
</service>
6666

6767
</application>

0 commit comments

Comments
 (0)