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 |
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.
## 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- Fork the project
- Update the
data.json - Run the
ruby generator.rb - Create the pull request
This project is available under the MIT license. See the LICENSE file for more info.
