Skip to content

Commit

Permalink
Merge tag 'v6.17.2' into molly-6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Apr 11, 2023
2 parents 4a50b10 + f8f70ed commit b822c20
Show file tree
Hide file tree
Showing 286 changed files with 17,469 additions and 4,317 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ ext {
MAPS_API_KEY = getEnv('CI_MAPS_API_KEY') ?: mapsApiKey
}

def canonicalVersionCode = 1238
def canonicalVersionName = "6.16.2"
def canonicalVersionCode = 1241
def canonicalVersionName = "6.17.2"
def mollyRevision = 0

def postFixSize = 100
Expand Down Expand Up @@ -495,6 +495,7 @@ dependencies {
exclude group: 'org.freemarker'
}
implementation libs.dnsjava
implementation libs.kotlinx.collections.immutable

implementation libs.gosimple.nbvcxz
implementation libs.molly.native.utils
Expand Down
Loading

0 comments on commit b822c20

Please sign in to comment.