Skip to content

Commit

Permalink
persian
Browse files Browse the repository at this point in the history
  • Loading branch information
hamedahmadi123 committed Feb 2, 2019
1 parent e41d250 commit 9c94dc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0-rc03'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // Add this line
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
5 changes: 5 additions & 0 deletions horizontalcalendarview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'


group = 'com.github.hamedAhmadi'
version = "1.0.0"

android {
compileSdkVersion 28
Expand Down

0 comments on commit 9c94dc9

Please sign in to comment.