Skip to content

Commit 7a1f81e

Browse files
committed
Modify module name
1 parent c29ff2e commit 7a1f81e

File tree

21 files changed

+8
-8
lines changed

21 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Studyplus-Android-SDK-V2
1+
# Studyplus-Android-SDK
22

3-
[![CircleCI](https://circleci.com/gh/studyplus/Studyplus-Android-SDK-V2/tree/master.svg?style=svg)](https://circleci.com/gh/studyplus/Studyplus-Android-SDK-V2/tree/master) [![](https://jitpack.io/v/studyplus/Studyplus-Android-SDK-V2.svg)](https://jitpack.io/#studyplus/Studyplus-Android-SDK-V2)
3+
[![CircleCI](https://circleci.com/gh/studyplus/Studyplus-Android-SDK/tree/master.svg?style=svg)](https://circleci.com/gh/studyplus/Studyplus-Android-SDK/tree/master) [![](https://jitpack.io/v/studyplus/Studyplus-Android-SDK.svg)](https://jitpack.io/#studyplus/Studyplus-Android-SDK)
44

55
## Requirements
66

@@ -24,7 +24,7 @@ Add it in your root build.gradle at the end of repositories:
2424

2525
```groovy
2626
dependencies {
27-
implementation 'com.github.studyplus:Studyplus-Android-SDK-V2:2.5.0'
27+
implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.0'
2828
}
2929
```
3030

@@ -91,8 +91,8 @@ Studyplus.instance.postRecord(this@MainActivity, record,
9191

9292
### More
9393

94-
- See also [actual examples with Kotlin](https://github.com/studyplus/Studyplus-Android-SDK-V2/blob/master/sdk-example-kt/src/main/java/jp/studyplus/android/sdk_example_kt/MainActivity.kt).
95-
- See also [actual examples with Java](https://github.com/studyplus/Studyplus-Android-SDK-V2/blob/master/sdk-example-java/src/main/java/jp/studyplus/android/sdk_example_java/MainActivity.java).
94+
- See also [actual examples with Kotlin](https://github.com/studyplus/Studyplus-Android-SDK/blob/master/sdk-example-kt/src/main/java/jp/studyplus/android/sdk_example_kt/MainActivity.kt).
95+
- See also [actual examples with Java](https://github.com/studyplus/Studyplus-Android-SDK/blob/master/sdk-example-java/src/main/java/jp/studyplus/android/sdk_example_java/MainActivity.java).
9696

9797
### License
9898

sdk-example-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation "androidx.appcompat:appcompat:${versions.appcompat}"
3838
implementation "androidx.constraintlayout:constraintlayout:${versions.constraintLayout}"
3939

40-
implementation 'com.github.studyplus:Studyplus-Android-SDK-V2:2.5.0'
40+
implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.0'
4141

4242
testImplementation 'junit:junit:4.12'
4343
androidTestImplementation 'androidx.test.ext:junit:1.1.0'

sdk-example-kt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation "androidx.appcompat:appcompat:${versions.appcompat}"
3737
implementation "androidx.constraintlayout:constraintlayout:${versions.constraintLayout}"
3838

39-
implementation 'com.github.studyplus:Studyplus-Android-SDK-V2:2.5.0'
39+
implementation 'com.github.studyplus:Studyplus-Android-SDK:2.5.0'
4040

4141
testImplementation 'junit:junit:4.12'
4242
androidTestImplementation 'androidx.test.ext:junit:1.1.0'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':studyplus-android-sdk2', ':sdk-example-kt', ':sdk-example-java'
1+
include ':studyplus-android-sdk', ':sdk-example-kt', ':sdk-example-java'
File renamed without changes.

0 commit comments

Comments
 (0)