Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.1 KB

File metadata and controls

60 lines (43 loc) · 2.1 KB

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 2.3.1 classpath 'com.android.tools.build:gradle:2.3.1'
gradleVersion 3.5 https://services.gradle.org/distributions/gradle-3.5-all.zip
compileSdkVersion 25 compileSdkVersion 25
buildToolsVersion 25.0.2 buildToolsVersion '25.0.2'
targetSdkVersion 25 targetSdkVersion 25
latestSupportVersion 25.3.1 compile 'com.android.support:support-v7:25.3.1'
googlePlayServicesVersion 10.2.1 compile 'com.google.android.gms:play-services:10.2.1'
latestAndroidVersionNumber 7.1.2 N/R
latestAndroidVersionCode 25 N/R
latestAndroidVersionName Nougat N/R
latestAndroidReleaseDate 22 August 2016 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.