Skip to content

Commit

Permalink
Merge pull request #16 from pakka-papad/dev
Browse files Browse the repository at this point in the history
Update to 1.2.0
  • Loading branch information
pakka-papad authored Dec 2, 2023
2 parents 877648b + f6296c3 commit a93b50a
Show file tree
Hide file tree
Showing 85 changed files with 3,793 additions and 663 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/deploymentTargetDropDown.xml
/.idea/kotlinc.xml
/.idea/misc.xml
/buildSrc/build
.DS_Store
/build
/captures
Expand Down
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ dependencies {
implementation(Libraries.androidxComposeConstraintLayout)
implementation(Libraries.androidxSplashScreen)

implementation(Libraries.androidxGlance)
implementation(Libraries.androidxGlanceAppWidget)
implementation(Libraries.androidxGlanceMaterial)
implementation(Libraries.androidxGlanceMaterial3)

implementation(Libraries.androidxComposeMaterial)
implementation(Libraries.material3)
implementation(Libraries.material3WindowSizeClass)
Expand Down
Loading

0 comments on commit a93b50a

Please sign in to comment.