Skip to content

Commit b8bf005

Browse files
committed
Merge pull request #8 from studyplus/update-version
updated to latest version
2 parents b27c412 + 7288369 commit b8bf005

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
mavenCentral()
1818
}
1919
dependencies {
20-
compile 'jp.studyplus.android.sdk:studyplus-android-sdk:1.0.2'
20+
compile 'jp.studyplus.android.sdk:studyplus-android-sdk:1.0.3'
2121
}
2222
```
2323

@@ -27,7 +27,7 @@ dependencies {
2727
<dependency>
2828
<groupId>jp.studyplus.android.sdk</groupId>
2929
<artifactId>studyplus-android-sdk</artifactId>
30-
<version>1.0.2</version>
30+
<version>1.0.3</version>
3131
</dependency>
3232
```
3333

StudyplusAndroidSDK/gradle/build.publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ uploadArchives {
5353
userName: requireInput("\nsonatype-username:"),
5454
password: requireInput("sonatype-password:") )
5555
}
56-
pom.version = "1.0.2"
56+
pom.version = "1.0.3"
5757
pom.groupId = 'jp.studyplus.android.sdk'
5858
pom.artifactId = "studyplus-android-sdk"
5959
pom.project {

0 commit comments

Comments
 (0)