android-latest icon indicating copy to clipboard operation
android-latest copied to clipboard

Latest android versions for developers (buildTools, TargetSdk, etc.)

Image

Latest android versions for developers. Can be found online here cesarferreira.com/android-latest


The following table was automatically generated based on data.json:

Key Value Usage
androidGradlePluginVersion 3.0.1 classpath 'com.android.tools.build:gradle:3.0.1'
gradleVersion 4.5.1 https://services.gradle.org/distributions/gradle-4.5.1-all.zip
compileSdkVersion 27 compileSdkVersion 27
buildToolsVersion 27.0.3 buildToolsVersion '27.0.3'
targetSdkVersion 27 targetSdkVersion 27
latestSupportVersion 27.0.2 compile 'com.android.support:support-v7:27.0.2'
googlePlayServicesVersion 11.8.0 compile 'com.google.android.gms:play-services:11.8.0'
latestAndroidVersionNumber 8.1 N/R
latestAndroidVersionCode 27 N/R
latestAndroidVersionName Oreo N/R
latestAndroidReleaseDate 05 December 2017 N/R

Motivation

I'm always wondering what the latest versions of buildTools/support/etc. are, so here is a repository with the updated information for consultation. Anyone can open a pull request if any version comes out and I fail to notice.

Available outputs

## Using the build.gradle

Apply this in your main build.gradle

apply from: 'https://raw.githubusercontent.com/cesarferreira/android-latest/master/generated/build.gradle'

Use the variables at will

buildToolsVersion rootProject.ext.buildToolsVersion

Contributing

  1. Fork the project
  2. Update the data.json
  3. Run the ruby generator.rb
  4. Create the pull request

License

This project is available under the MIT license. See the LICENSE file for more info.