Skip to content

Commit 27540b7

Browse files
committed
Fix #993:Updating gradle dependancies
1 parent 2fa433d commit 27540b7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ task clean(type: Delete) {
66
// Define versions in a single place
77
ext {
88
// Sdk and tools
9-
minSdkVersion = 11
10-
targetSdkVersion = 25
11-
compileSdkVersion = 25
12-
buildToolsVersion = '24.0.2'
9+
minSdkVersion = 15
10+
targetSdkVersion = 27
11+
compileSdkVersion = 27
12+
buildToolsVersion = '27.0.3'
1313

1414
// App dependencies
15-
supportLibraryVersion = '25.1.1'
15+
supportLibraryVersion = '27.1.1'
1616
playServicesVersion = '10.0.1'
1717
mapUtilsServices = '0.4.2'
1818
daggerVersion = '2.2'

mifosng-android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ repositories {
2121
mavenCentral()
2222
maven { url 'https://maven.fabric.io/public' }
2323
jcenter()
24+
maven { url "https://maven.google.com" }
2425
maven { url "https://jitpack.io" }
2526
maven { url 'http://dl.bintray.com/amulyakhare/maven' }
2627
}

0 commit comments

Comments
 (0)