Skip to content

Commit

Permalink
Merge branch 'main' into renovate/all-minor-patch
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle/libs.versions.toml
  • Loading branch information
jsoberg committed Feb 8, 2024
2 parents 8e461e3 + 131c528 commit 421b5a6
Show file tree
Hide file tree
Showing 7 changed files with 1,700 additions and 16 deletions.
8 changes: 8 additions & 0 deletions feature/resources/lottie/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
plugins {
id("com.android.library")
id("local.android.module")
}

android {
namespace = "com.soberg.netinfo.feature.resources.lottie"
}
2 changes: 2 additions & 0 deletions feature/resources/lottie/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest />
Loading

0 comments on commit 421b5a6

Please sign in to comment.