File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212 multiDexEnabled true
1313 versionCode 15
1414 vectorDrawables. useSupportLibrary = true
15- versionName " 1.2.5 "
15+ versionName " 1.2.6 "
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 }
1818
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.5.21 '
4+ ext. kotlin_version = ' 1.5.30 '
55 repositories {
66 google()
77 mavenCentral()
Original file line number Diff line number Diff line change 66# http://www.gradle.org/docs/current/userguide/build_environment.html
77# Specifies the JVM arguments used for the daemon process.
88# The setting is particularly useful for tweaking memory settings.
9- org.gradle.jvmargs =-Xmx1536m
9+ org.gradle.jvmargs =-Xmx3072m
1010# When configured, Gradle will run in incubating parallel mode.
1111# This option should only be used with decoupled projects. More details, visit
1212# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
You can’t perform that action at this time.
0 commit comments