diff --git a/README.md b/README.md index 36fc39a22..f95bd307e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ## Latest releases 🛠 -- Kotlin && Gradle Plugin | [v8.6.9](https://github.com/mikepenz/AboutLibraries/tree/v8.6.9) +- Kotlin && Gradle Plugin | [v8.7.0](https://github.com/mikepenz/AboutLibraries/tree/v8.7.0) - Kotlin | [v7.1.0](https://github.com/mikepenz/AboutLibraries/tree/v7.1.0) - Java && AndroidX | [v6.2.3](https://github.com/mikepenz/AboutLibraries/tree/v6.2.3) - Java && AppCompat | [v6.1.1](https://github.com/mikepenz/AboutLibraries/tree/v6.1.1) diff --git a/gradle.properties b/gradle.properties index a8ecfc0fc..347c837f6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,8 +15,8 @@ org.gradle.jvmargs=-Xmx1536m # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true GROUP=com.mikepenz -VERSION=8.6.9 -VERSION_CODE=80609 +VERSION=8.7.0 +VERSION_CODE=80700 POM_URL=https://github.com/mikepenz/AboutLibraries POM_SCM_URL=https://github.com/mikepenz/AboutLibraries POM_SCM_CONNECTION=scm:git@github.com:mikepenz/AboutLibraries.git