Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
# Conflicts:
#	app/src/main/java/com/mohandass/botforge/common/CommonModule.kt
  • Loading branch information
dheshanm committed Apr 25, 2023
2 parents 24ab545 + 63c66cd commit 500f18a
Show file tree
Hide file tree
Showing 54 changed files with 2,401 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .idea/deploymentTargetDropDown.xml

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

5 changes: 3 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId = "com.mohandass.botforge"
minSdk = 28
targetSdk = 33
versionCode = 28
versionName = "1.2.8"
versionCode = 30
versionName = "1.3.0"

vectorDrawables.useSupportLibrary = true

Expand Down Expand Up @@ -186,6 +186,7 @@ dependencies {
implementation("com.google.accompanist:accompanist-navigation-animation:$accompanistVersion")
implementation("com.google.accompanist:accompanist-systemuicontroller:$accompanistVersion")
implementation("com.google.accompanist:accompanist-placeholder-material:$accompanistVersion")
implementation("com.google.accompanist:accompanist-flowlayout:$accompanistVersion")

// Compose Markdown
implementation("com.github.jeziellago:compose-markdown:$composeMarkdownVersion")
Expand Down
Loading

0 comments on commit 500f18a

Please sign in to comment.