File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
StudyplusAndroidSDK/gradle Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
17
17
mavenCentral()
18
18
}
19
19
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 '
21
21
}
22
22
```
23
23
@@ -27,7 +27,7 @@ dependencies {
27
27
<dependency>
28
28
<groupId>jp.studyplus.android.sdk</groupId>
29
29
<artifactId>studyplus-android-sdk</artifactId>
30
- <version>1.0.2 </version>
30
+ <version>1.0.3 </version>
31
31
</dependency>
32
32
```
33
33
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ uploadArchives {
53
53
userName : requireInput(" \n sonatype-username:" ),
54
54
password : requireInput(" sonatype-password:" ) )
55
55
}
56
- pom. version = " 1.0.2 "
56
+ pom. version = " 1.0.3 "
57
57
pom. groupId = ' jp.studyplus.android.sdk'
58
58
pom. artifactId = " studyplus-android-sdk"
59
59
pom. project {
You can’t perform that action at this time.
0 commit comments