Skip to content

Commit 7aa6fa8

Browse files
add project
1 parent 9e55e59 commit 7aa6fa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdk 21
1212
targetSdk 31
13-
versionCode 1
14-
versionName "1.0"
13+
versionCode 4
14+
versionName "1.3"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
consumerProguardFiles "consumer-rules.pro"
@@ -54,7 +54,7 @@ afterEvaluate {
5454

5555
groupId = 'com.github.alzoubiMohammed'
5656
artifactId = 'ZExoRecyclerPlayer'
57-
version = '1.0.0'
57+
version = '1.2.0'
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)