Skip to content

Commit 9ed7d7c

Browse files
Add patxibocos/matriz
1 parent 466780a commit 9ed7d7c

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

docs/insights/daily/2023/april.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
sidebar_position: 4
3+
title: "Daily Insights - April 2023"
4+
sidebar_label: "April"
5+
slug: "/daily/2023/04"
6+
description: "Daily Insights sharing in April 2023"
7+
tags: [Daily, 2023, April]
8+
keywords: [Daily, 2023, April, Android, Kotlin, Java, Android Studio, Android Jetpack, Android Architecture Components, AndroidX, Android Dev Notes]
9+
image: "/static/img/androiddevnotes-social.png"
10+
---
11+
12+
import ImageDisplay from '/src/utils/ImageDisplay';
13+
import { TwitterTweetEmbed } from 'react-twitter-embed';
14+
15+
## April 6, 2023
16+
17+
[patxibocos/matriz: A grid canvas composable for Android Jetpack Compose](https://github.com/patxibocos/matriz)
18+
19+
An Android Jetpack Compose composible canvas that is gridded.

docs/insights/daily/2023/february.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const imageUrls230223Origami = [
3838

3939
## February 28, 2023
4040

41-
* [mahozad/androidx-release-notes: Be notified of new AndroidX (Jetpack) library versions and their changelog by GitHub notifications.](https://github.com/mahozad/androidx-release-notes)
41+
[mahozad/androidx-release-notes: Be notified of new AndroidX (Jetpack) library versions and their changelog by GitHub notifications.](https://github.com/mahozad/androidx-release-notes)
4242

4343
The release notes are available in html, markdown and text formats. The release notes are generated from the AndroidX release notes page.
4444

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const config = {
147147
},
148148
{
149149
label: 'Daily',
150-
to: '/insights/daily/2023/02',
150+
to: '/insights/daily/2023/04',
151151
position: 'left',
152152
className: 'new-badge'
153153
},

0 commit comments

Comments
 (0)