Skip to content

Commit

Permalink
Released version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico committed Jul 25, 2018
1 parent 159937e commit ce5a5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zapic-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.zapic.sdk.android:zapic-sdk-android:1.2.0'
implementation 'com.zapic.sdk.android:zapic-sdk-android:1.2.1'
implementation 'com.android.support:support-annotations:27.1.1'
implementation 'com.android.support:support-fragment:27.1.1'
implementation 'com.onesignal:OneSignal:3.9.1'
Expand Down
2 changes: 1 addition & 1 deletion zapic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName '1.0.0'
versionName '1.2.1'

testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}
Expand Down

0 comments on commit ce5a5ac

Please sign in to comment.