Skip to content

Commit

Permalink
Upgraded dependencies for groupId com.android.tools.build (#215)
Browse files Browse the repository at this point in the history
* Upgraded com.android.tools.build:gradle-api from 4.1.2 to 4.1.3

* Upgraded com.android.tools.build:gradle from 4.1.2 to 4.1.3
  • Loading branch information
fondesa authored Mar 18, 2021
1 parent 6f944af commit 3bc1d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-tools/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

object Deps {
const val androidPlugin = "com.android.tools.build:gradle:4.1.2"
const val androidPluginApi = "com.android.tools.build:gradle-api:4.1.2"
const val androidPlugin = "com.android.tools.build:gradle:4.1.3"
const val androidPluginApi = "com.android.tools.build:gradle-api:4.1.3"
const val androidxAppCompat = "androidx.appcompat:appcompat:1.2.0"
const val androidxFragment = "androidx.fragment:fragment:1.3.1"
const val androidxFragmentTesting = "androidx.fragment:fragment-testing:1.3.1"
Expand Down

0 comments on commit 3bc1d1f

Please sign in to comment.