Skip to content

Commit 904a8d7

Browse files
Updated the versionName and versionCode
1 parent 219cfc1 commit 904a8d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.iceteck.silicompressor"
99
minSdkVersion 15
1010
targetSdkVersion 25
11-
versionCode 5
12-
versionName "2.0"
11+
versionCode 6
12+
versionName "2.1"
1313
}
1414
buildTypes {
1515
release {

silicompressor/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
defaultConfig {
1212
minSdkVersion 15
1313
targetSdkVersion 25
14-
versionCode 3
15-
versionName "2.0"
14+
versionCode 4
15+
versionName "2.1"
1616
}
1717
buildTypes {
1818
release {
@@ -41,7 +41,7 @@ ext {
4141
siteUrl = 'https://github.com/Tourenathan-G5organisation/SiliCompressor'
4242
gitUrl = 'https://github.com/Tourenathan-G5organisation/SiliCompressor.git'
4343

44-
libraryVersion = '2.0'
44+
libraryVersion = '2.1'
4545

4646
developerId = 'tourenathan'
4747
developerName = 'TEYOU TOURE NATHAN'

0 commit comments

Comments
 (0)