Skip to content

Commit

Permalink
V UP
Browse files Browse the repository at this point in the history
  • Loading branch information
aslamanver committed Jul 5, 2020
1 parent 47111d2 commit 8742c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 22
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions scmessaging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish {
repoName = 'android'
groupId = 'com.aslam'
artifactId = 'scm'
publishVersion = '1.0.0'
publishVersion = '1.0.1'
desc = 'Socket Cloud Messaging for Android'
website = 'https://github.com/aslamanver/scm'
}
Expand All @@ -19,7 +19,7 @@ android {
minSdkVersion 22
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down

0 comments on commit 8742c02

Please sign in to comment.