Skip to content

Commit

Permalink
Add dev/debug keys and set autoVerify.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilm0r committed Dec 14, 2024
1 parent 6bfa17d commit 5631264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
<application android:label="@string/app_name" android:name="Giggity" android:icon="@drawable/deoxide_icon" android:allowBackup="true" android:theme="@style/Theme.Giggity.NoShadow" android:usesCleartextTraffic="true">
<activity android:configChanges="keyboardHidden|orientation|screenSize" android:name="ScheduleViewActivity" android:exported="true">
<intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
Expand Down
2 changes: 2 additions & 0 deletions ggt/assetlinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"target": {
"namespace": "android_app",
"package_name": "net.gaast.giggity",
"_comment": "Dev/debug key, prod key for my Play Store uploads, then F-Droid, see https://f-droid.org/docs/Release_Channels_and_Signing_Keys/",
"sha256_cert_fingerprints": [
"CD:BF:4B:79:23:0E:C6:0E:47:FF:C9:5A:61:5E:82:09:5C:6D:6C:9B:FA:AD:EB:64:CE:46:42:0E:72:D3:AD:EB",
"99:A5:DE:A0:63:C4:27:9F:42:09:3A:3B:97:92:94:DD:04:86:1F:7D:C8:68:77:8B:CB:36:2B:A5:EB:CF:E4:7F",
"43:23:8d:51:2c:1e:5e:b2:d6:56:9f:4a:3a:fb:f5:52:34:18:b8:2e:0a:3e:d1:55:27:70:ab:b9:a9:c9:cc:ab"
]
Expand Down

0 comments on commit 5631264

Please sign in to comment.