Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Dec 20, 2022
1 parent 17bed1e commit 3b9fed2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Helpers.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ fun Project.setupCore() {
setupCommon()
android.apply {
defaultConfig {
versionCode = 5030150
versionName = "5.3.1-nightly"
versionCode = 5030250
versionName = "5.3.2-nightly"
}
compileOptions.isCoreLibraryDesugaringEnabled = true
lint.apply {
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ kapt.incremental.apt=true
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
org.gradle.jvmargs=-Xmx1536m -XX:+UseParallelGC

# systemProp.http.proxyHost=127.0.0.1
# systemProp.http.proxyPort=1080

0 comments on commit 3b9fed2

Please sign in to comment.