Skip to content

Commit

Permalink
upgrade to version 1.1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coleman committed Jul 22, 2020
1 parent a4c1c17 commit 98d74e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Android/aoe/logging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ dependencies {
ext {
releaseArtifact = 'library-logging'
releaseDescription = 'The AoE logging library'
releaseVersion = "1.1.5"
releaseVersion = "1.1.5.1"
}
apply from: rootProject.file('gradle/release.gradle')
2 changes: 1 addition & 1 deletion Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {

dependencies {
//noinspection GradleDependency
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.6.2'

classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

Expand Down
2 changes: 1 addition & 1 deletion Android/version.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@


ext {
aoe_version_name = '1.1.4'
aoe_version_name = '1.1.5.1'
}

0 comments on commit 98d74e9

Please sign in to comment.