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 a02e2c0 commit 46dce0e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}

Expand Down
3 changes: 2 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
}

dependencies {
implementation project(':xrecyclerview')
//implementation project(':xrecyclerview')
implementation fileTree(include: ['*.jar'], dir: 'libs')
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
exclude group: 'com.android.support', module: 'support-annotations'
Expand All @@ -46,4 +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:v1.0.0'
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.oynix.library;
package com.github.oynix.library;

import android.content.Context;

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

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 io.oynix.library;
package com.github.oynix.library;

import org.junit.Test;

Expand Down

0 comments on commit 46dce0e

Please sign in to comment.