Skip to content

Commit 67dea7e

Browse files
committed
Update example project
1 parent 31fe851 commit 67dea7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.0.0'
1010
classpath 'com.sdklite.jacoco:gradle:0.1.0'
11-
classpath 'com.sdklite.publishing:maven:0.1.0'
11+
classpath 'com.sdklite.publishing:maven:0.2.0'
1212
}
1313
}
1414

@@ -22,7 +22,7 @@ allprojects {
2222
}
2323

2424
group 'com.sdklite.publishing.example'
25-
version '0.0.1'
25+
version '0.0.2'
2626

2727
apply plugin: 'com.android.library'
2828
apply plugin: 'com.sdklite.jacoco'

0 commit comments

Comments
 (0)