Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LwkCoder committed Jun 1, 2021
1 parent d15478b commit a4a4d5c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config-mavencentral.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
configs = [
libVersion : "2.0.0", // 指定库的版本号
libVersion : "2.0.1", // 指定库的版本号
libGroupId : "com.lwkandroid.library", // 库的group名,确定好之后不能修改
libArtifactId : "NineGridView",//库的ArtifactId
libName : 'NineGridView',// 库的名称
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ APPLICATION_ID=com.lwkandroid.ngvsample
VERSION_CODE=1
VERSION_NAME=NineGridViewSample

GlideVersion=4.8.0
GlideVersion=4.12.0
ImagePickerVersion=1.5.0
AppCompatXVersion = 1.3.0
Supportv4Version = 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest package="com.lwkandroid.widget"
xmlns:android="http://schemas.android.com/apk/res/android">

<application>
<application >
</application>

</manifest>
2 changes: 0 additions & 2 deletions library/src/main/java/com/lwkandroid/widget/NineGridView.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
import android.view.ViewGroup;
import android.widget.ImageView;

import com.lwkandroid.widget.ninegridview.R;

import java.util.List;

import androidx.annotation.DrawableRes;
Expand Down

0 comments on commit a4a4d5c

Please sign in to comment.