Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ object Versions {
const val targetSDK = compileSDK

// Plugins
const val androidGradlePlugin = "3.6.0-rc01"
const val androidGradlePlugin = "4.0.0"
const val bintrayPlugin = "1.8.4"
const val androidMavenPlugin = "2.1"

// Dependencies
const val kotlin = "1.3.61"
const val kotlin = "1.3.72"
const val annotation = "1.1.0"
const val appCompat = "1.0.2"
const val appCompat = "1.1.0"
const val adIdentifier = "1.0.0-alpha03"

// Testing
const val junit = "4.12"
const val junit = "4.13"
const val junitExt = "1.1.1"
const val espresso = "3.2.0"
const val testRules = "1.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,14 @@ public final String getOSCodename() {
codename = "Nougat";
break;
case VERSION_CODES.O:
codename = "O";
case VERSION_CODES.O_MR1:
codename = "Oreo";
break;
case VERSION_CODES.P:
codename = "Pie";
break;
case VERSION_CODES.Q:
codename = "Q";
Comment thread
raviyadav5951 marked this conversation as resolved.
break;
default:
codename = EasyDeviceInfo.notFoundVal;
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
31 changes: 14 additions & 17 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.