Skip to content

Commit

Permalink
release: increment build number
Browse files Browse the repository at this point in the history
  • Loading branch information
charles committed Oct 18, 2022
1 parent 3018937 commit 2216c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ dependencies {
testImplementation 'org.robolectric:shadows-multidex:4.4'
}

def canonicalVersionCode = 307
def canonicalVersionCode = 309
def canonicalVersionName = "1.16.0"

def postFixSize = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ import org.thoughtcrime.securesms.util.IP2Country
import org.thoughtcrime.securesms.util.disableClipping
import org.thoughtcrime.securesms.util.push
import org.thoughtcrime.securesms.util.show
import org.thoughtcrime.securesms.util.themeState
import java.io.IOException
import java.util.Locale
import javax.inject.Inject
Expand Down

0 comments on commit 2216c99

Please sign in to comment.