-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* AndroidX * Gradle 6 * Min api 21 and target 30 * Nexus repository
- Loading branch information
Showing
15 changed files
with
173 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/src/main/java/com/mercadolibre/android/picassodiskcache/example/SampleActivity.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
object Versions { | ||
|
||
const val versionToDeploy = "1.1.1" | ||
const val libraryVersion = "1.2.0" | ||
|
||
const val compileSdkVersion = 28 | ||
const val minSdkVersion = 19 | ||
const val targetSdkVersion = 28 | ||
const val minSdkVersion = 21 | ||
const val sdkVersion = 30 | ||
const val buildToolsVersion = "30.0.2" | ||
|
||
const val constraintLayout = "1.1.3" | ||
const val appcompat = "28.0.0" | ||
const val gradle = "3.5.1" | ||
const val gradleKotlin = "1.3.50" | ||
const val okHttp = "3.11.0" | ||
const val mavenPublish = "2.1" | ||
const val constraintLayout = "2.0.4" | ||
const val appcompat = "1.2.0" | ||
const val gradleAndroid = "4.2.1" | ||
const val gradleKotlin = "1.3.71" | ||
const val okHttp = "3.14.9" | ||
const val picasso = "2.5.2" | ||
const val picassoTestApp = "2.71828" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.