Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abora97 committed Mar 15, 2021
1 parent 44f1a61 commit b647f8a
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ multiple-images-selector is now available in jcenter.

Add "multiple-images-selector" as dependency to your app:

compile 'com.zfdang.multiple-images-selector:multiple-images-selector:1.1.5'
implementation 'com.github.abora97:android-multiple-images-selector:v1.1.6'


## 2. Initialize Fresco & Add selector activity in your app's manifest
Expand Down
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ android {
buildToolsVersion rootProject.buildToolsVersion

defaultConfig {
applicationId "com.zfdang.multipleimagesselector"
applicationId "com.bm.multipleimagesselector"
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
versionCode 1
versionName "1.0"
versionName "1.1"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion demo/src/main/java/com/zfdang/demo/DemoApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


/**
* Created by zfdang on 2016-4-15.
* Created by bm on 2016-4-15.
*/
public class DemoApplication extends Application
{
Expand Down
2 changes: 1 addition & 1 deletion multiple-images-selector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
versionCode 1
versionName "1.0"
versionName "1.1"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import android.view.View;

/**
* Created by zfdang on 2016-3-16.
* Created by bm on 2016-3-16.
*/
public class DividerItemDecoration extends RecyclerView.ItemDecoration {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import com.zfdang.multiple_images_selector.models.FolderListContent;

/**
* Created by zfdang on 2016-4-16.
* Created by bm on 2016-4-16.
*/
public class FolderPopupWindow extends PopupWindow {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import com.zfdang.multiple_images_selector.models.FolderItem;

/**
* Created by zfdang on 2016-4-14.
* Created by bm on 2016-4-14.
*/
public interface OnFolderRecyclerViewInteractionListener {
void onFolderItemInteraction(FolderItem item);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import com.zfdang.multiple_images_selector.models.ImageItem;

/**
* Created by zfdang on 2016-4-12.
* Created by bm on 2021-3-15.
*/
public interface OnImageRecyclerViewInteractionListener {
void onImageItemInteraction(ImageItem item);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.util.ArrayList;

/**
* Created by zfdang on 2016-4-18.
* Created by bm on 2021-3-15.
*/
public class SelectorSettings {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.facebook.imagepipeline.request.ImageRequestBuilder;

/**
* Created by zfdang on 2016-4-17.
* Created by bm on 2016-4-17.
*/
public class DraweeUtils {
private static String TAG = "DraweeUtils";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.zfdang.multiple_images_selector.utilities;

/**
* Created by zfdang on 2016-4-17.
* Created by bm on 2016-4-17.
*/
public class StringUtils {
public static String getLastPathSegment(String content) {
Expand Down

0 comments on commit b647f8a

Please sign in to comment.