We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27e9eb commit a11567cCopy full SHA for a11567c
2 files changed
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
mavenLocal()
9
}
10
dependencies {
11
- classpath 'com.android.tools.build:gradle:3.5.1'
+ classpath 'com.android.tools.build:gradle:3.5.2'
12
13
// NOTE: Do not place your application dependencies here; they belong
14
// in the individual module build.gradle files
gradle.properties
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
-VERSION_NAME=0.3.3
+VERSION_NAME=0.3.4
15
VERSION_CODE=1
16
BUILD_TOOLS_VERSION=29.0.2
17
COMPILE_SDK_VERSION=29
0 commit comments