Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
feat(android): Release v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Dec 17, 2015
1 parent 5da6ade commit 9613ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId "im.actor.cloud.free"
minSdkVersion 15
targetSdkVersion 23
versionCode 1000
versionName "1.5.2"
versionCode 1001
versionName "1.5.3"
}
buildTypes {
release {
Expand All @@ -41,5 +41,5 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'im.actor:android-sdk:0.1.65'
compile 'im.actor:android-sdk:1.0.68'
}

0 comments on commit 9613ae6

Please sign in to comment.