Skip to content

Commit

Permalink
update to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainrax committed Oct 1, 2024
1 parent 23b2f18 commit cc62639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sidekick/App/App/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, user-scalable=no"/>
<title>Sidekick</title>
<script type="module" crossorigin src="/assets/index-09ebbfc3.js"></script>
<script type="module" crossorigin src="/assets/index-493253ab.js"></script>
<link rel="stylesheet" href="/assets/index-46635731.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion sidekick/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (performSigning) {
val sdk = 34
val minSdkVersion = 22
val majorVersion = 3
val minorVersion = 7
val minorVersion = 8
val patchVersion = 0
android {
buildToolsVersion = "34.0.0"
Expand Down

0 comments on commit cc62639

Please sign in to comment.