Skip to content

Commit 1d33b6f

Browse files
committed
Update
Reply and Jetcaster not fully working
1 parent e949e60 commit 1d33b6f

13 files changed

Lines changed: 592 additions & 430 deletions

File tree

JetLagged/app/src/main/java/com/example/jetlagged/sleep/JetLaggedTimeGraph.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private fun JetLaggedTimeGraph(sleepGraphData: SleepGraphData, modifier: Modifie
108108
private fun DayLabel(dayOfWeek: DayOfWeek) {
109109
Text(
110110
dayOfWeek.getDisplayName(
111-
TextStyle.SHORT, Locale.getDefault(),
111+
TextStyle.SHORT, Localse.getDefault(),
112112
),
113113
Modifier
114114
.height(24.dp)
-10.3 KB
Binary file not shown.
Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
# Copyright 2023 The Android Open Source Project
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
14-
151
distributionBase=GRADLE_USER_HOME
162
distributionPath=wrapper/dists
17-
distributionSha256Sum=a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
183
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
196
zipStoreBase=GRADLE_USER_HOME
207
zipStorePath=wrapper/dists

JetNews/gradlew

Lines changed: 173 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)