Skip to content

Commit 5ed1e92

Browse files
committed
update module
1 parent 72e7320 commit 5ed1e92

11 files changed

Lines changed: 3 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ dependencies {
2626
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
2727
implementation 'com.android.support:recyclerview-v7:26.1.0'
2828

29-
api project(":lib")
29+
api project(':window-image-view')
3030
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':lib'
1+
include ':app', ':window-image-view'
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
compileSdkVersion 26
1616

1717
defaultConfig {
18-
minSdkVersion 19
18+
minSdkVersion 14
1919
targetSdkVersion 26
2020
versionCode 1
2121
versionName "1.0"
@@ -66,7 +66,6 @@ install {
6666
packaging 'aar'
6767
// Add your description here
6868
name 'ImageView like window' //项目的描述 你可以多写一点
69-
artifactId = 'WindowImageView'//项目名称
7069
url siteUrl
7170
// Set your license
7271
licenses {

lib/src/androidTest/java/io/github/bleoo/windowimageview/ExampleInstrumentedTest.java renamed to window-image-view/src/androidTest/java/io/github/bleoo/windowimageview/ExampleInstrumentedTest.java

File renamed without changes.
File renamed without changes.

lib/src/main/java/io/github/bleoo/windowimageview/WindowImageView.java renamed to window-image-view/src/main/java/io/github/bleoo/windowimageview/WindowImageView.java

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)