Skip to content

Commit 9131be5

Browse files
authored
Merge pull request #10 from andremion/development
Update master
2 parents 1360217 + 9c22a13 commit 9131be5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.0.0'
10-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1111
}
1212
}
1313

@@ -28,7 +28,7 @@ allprojects {
2828
targetSdkVersion = 26
2929

3030
versionCode = 4
31-
versionName = "1.0.2"
31+
versionName = "1.0.3"
3232

3333
supportLibraryVersion = '26.1.0'
3434

counterfab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ dependencies {
2929
androidTestImplementation "com.android.support.test.espresso:espresso-core:$espressoVersion"
3030
}
3131

32-
apply from: 'https://raw.githubusercontent.com/andremion/JCenter/master/deploy.gradle'
32+
//apply from: 'https://raw.githubusercontent.com/andremion/JCenter/master/deploy.gradle'

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)