Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.android.tools.build:gradle:7.1.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


public final class Constants {
public static final String VERSION = "8.5.3";
public static final String VERSION = "8.5.3.1";

public static final String UTF_8 = "utf-8";
}
4 changes: 4 additions & 0 deletions mvn_push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ publishing {
classifier "javadoc"
}

afterEvaluate {
from components.release
}

pom {
name = POM_NAME
description = POM_DESCRIPTION
Expand Down