We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d85651 commit 4f245aeCopy full SHA for 4f245ae
1 file changed
medialoader/build.gradle
@@ -2,16 +2,16 @@ apply plugin: 'com.android.library'
2
apply plugin: 'maven-publish'
3
4
group = 'com.github.wang642357'
5
-version = '1.3.0'
+version = '1.3.1'
6
7
android {
8
compileSdkVersion 30
9
10
defaultConfig {
11
minSdkVersion 21
12
targetSdkVersion 30
13
- versionCode 2
14
- versionName "1.3.0"
+ versionCode 3
+ versionName "1.3.1"
15
}
16
buildTypes {
17
release {
@@ -40,7 +40,7 @@ afterEvaluate {
40
// You can then customize attributes of the publication as shown below.
41
groupId = 'com.github.wang642357'
42
artifactId = 'medialoader'
43
- version = '1.3.0'
+ version = '1.3.1'
44
45
46
0 commit comments