Skip to content

Commit 2af0165

Browse files
Merge pull request #1 from shahzadafridi/klus-design-cal
Klus design cal
2 parents ac70ea8 + ec289a4 commit 2af0165

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1235
-424
lines changed

.github/workflows/releas.yml

Whitespace-only changes.

.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/Project.xml

Lines changed: 123 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CalendarView/build.gradle

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,13 @@ android {
1212
targetSdkVersion 30
1313
versionCode 1
1414
versionName "1.0"
15-
16-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17-
consumerProguardFiles "consumer-rules.pro"
1815
}
1916

20-
buildTypes {
21-
release {
22-
minifyEnabled false
23-
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
24-
}
25-
}
26-
compileOptions {
27-
sourceCompatibility JavaVersion.VERSION_1_8
28-
targetCompatibility JavaVersion.VERSION_1_8
29-
}
30-
kotlinOptions {
31-
jvmTarget = '1.8'
32-
}
3317
}
3418

3519
dependencies {
36-
20+
implementation fileTree(dir: 'libs', include: ['*.jar'])
3721
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3822
implementation 'androidx.core:core-ktx:1.3.2'
39-
implementation 'androidx.appcompat:appcompat:1.2.0'
4023
implementation 'com.google.android.material:material:1.3.0'
41-
testImplementation 'junit:junit:4.+'
42-
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
43-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
4424
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.shahzadafridi.sample">
3+
package="com.shahzadafridi.calendarview">
44

55
</manifest>

CalendarView/src/main/java/com/shahzadafridi/CalendarAdapter.kt

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)