Skip to content

Commit

Permalink
调整包名
Browse files Browse the repository at this point in the history
  • Loading branch information
oynix committed Feb 8, 2020
1 parent 8ee6f11 commit 263d791
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ dependencies {

implementation 'com.github.bumptech.glide:glide:4.10.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
implementation 'com.github.oynix:wraprecyclerview:1.0.0'
implementation 'com.github.oynix:wraprecyclerview:1.0.1'
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.oynix.library;
package com.oynix.oynix.library;

import android.content.Context;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.oynix.library;
package com.oynix.xrecyclerview;

import android.content.Context;
import android.graphics.Color;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.oynix.library;
package com.oynix.oynix.library;

import org.junit.Test;

Expand Down

0 comments on commit 263d791

Please sign in to comment.