Skip to content

Commit a1e0e9f

Browse files
committed
修改目錄結構
1 parent d7bb5a2 commit a1e0e9f

93 files changed

Lines changed: 11 additions & 14 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion

README_ZH.md

Lines changed: 2 additions & 2 deletions

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
applicationId "com.jimmyworks.easyhttpexample"
1111
minSdk rootProject.ext.minSdkVersion
1212
targetSdk rootProject.ext.targetSdkVersion
13-
versionCode 6
13+
versionCode 7
1414
versionName "1.0.2"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -48,8 +48,8 @@ dependencies {
4848
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.1'
4949
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
5050
implementation 'com.google.android.flexbox:flexbox:3.0.0'
51+
implementation project(path: ':easy-http')
5152
testImplementation 'junit:junit:4.13.2'
5253
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
5354
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
54-
implementation project(path: ':EasyHttp')
5555
}

EasyHttp/src/androidTest/java/com/jimmyworks/easyhttp/ExampleInstrumentedTest.kt renamed to easy-http/src/androidTest/java/com/jimmyworks/easyhttp/ExampleInstrumentedTest.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package com.jimmyworks.easyhttp
22

3-
import androidx.test.platform.app.InstrumentationRegistry
43
import androidx.test.ext.junit.runners.AndroidJUnit4
5-
4+
import androidx.test.platform.app.InstrumentationRegistry
5+
import org.junit.Assert.assertEquals
66
import org.junit.Test
77
import org.junit.runner.RunWith
88

9-
import org.junit.Assert.*
10-
119
/**
1210
* Instrumented test, which will execute on an Android device.
1311
*

EasyHttp/src/main/java/com/jimmyworks/easyhttp/EasyHttp.kt renamed to easy-http/src/main/java/com/jimmyworks/easyhttp/EasyHttp.kt

File renamed without changes.

0 commit comments

Comments
 (0)