Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aminography committed May 23, 2019
1 parent 1e7d5be commit 502686a
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-sample-app/build.gradle
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'

implementation project(':primecalendar')
implementation project(':library')

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sample-app/build.gradle
Expand Up @@ -35,7 +35,7 @@ dependencies {
//noinspection DifferentStdlibGradleVersion
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

implementation project(':primecalendar')
implementation project(':library')

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
@@ -1 +1 @@
include ':sample-app', ':primecalendar', ':java-sample-app'
include ':sample-app', ':library', ':java-sample-app'

0 comments on commit 502686a

Please sign in to comment.