Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
illiashenkoo committed Oct 16, 2019
1 parent 945e8ed commit 6ef4faf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ ext {
/*====================================== MAIN ======================================*/

android = [
compileSdkVersion: 28,
compileSdkVersion: 29,
minSdkVersion : 16,
targetSdkVersion : 28,
buildToolsVersion: "28.0.3",
targetSdkVersion : 29,
buildToolsVersion: "29.0.0",
]

libVersion = "1.0.5"
libVersion = "1.0.6"
libGroup = "com.github.illiashenkoo"

/*================================= BUILD PLUGINS ==================================*/

buildVersions = [
gradle : '3.4.1',
kotlin : '1.3.31',
gradle : '3.5.1',
kotlin : '1.3.50',
dcendents: '2.1',
dokka : '0.9.18',
]
Expand All @@ -30,8 +30,8 @@ ext {

/*================================== DEPENDENCIES ==================================*/

def androidx_appcompat = '1.0.2'
def androidx_fragment = '1.0.0'
def androidx_appcompat = '1.1.0'
def androidx_fragment = '1.1.0'
def junit_version = '4.12'
def mockito_version = '2.7.22'
def robolectric_version = '4.2.1'
Expand Down

0 comments on commit 6ef4faf

Please sign in to comment.