Skip to content

Commit

Permalink
Merge pull request #33 from psamim/master
Browse files Browse the repository at this point in the history
Update to 1.3.2
  • Loading branch information
psamim authored Aug 26, 2017
2 parents eca4872 + e5b7d59 commit 130879c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-fa.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
خط زیر را بخش dependencies در فایل =build.gradle= اضافه کنید.

#+BEGIN_SRC groovy
compile 'com.clickyab:clickyab-sdk:1.3.1:mainRelease@aar'
compile 'com.clickyab:clickyab-sdk:1.3.2:mainRelease@aar'
#+END_SRC

دقت کنید این نیازمندی را به فایل =build.gralde= که در کف پروژه است اضافه نکنید بلکه به آن که در ماژول اپ شماست اضافه کنید. همچنین دقت کنید =jcenter()= در لیست repositories شما باشد.
Expand Down
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Add the following line to the dependencies in the =build.gradle= file.

#+BEGIN_SRC groovy
compile 'com.clickyab:clickyab-sdk:1.3.1:mainRelease@aar'
compile 'com.clickyab:clickyab-sdk:1.3.2:mainRelease@aar'
#+END_SRC

Make sure to add dependency to the module level build file and not the
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ android {
}

dependencies {
compile 'com.clickyab:clickyab-sdk:1.3.1:mainRelease@aar'
compile 'com.clickyab:clickyab-sdk:1.3.2:mainRelease@aar'
}

0 comments on commit 130879c

Please sign in to comment.