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 |
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.