Skip to content

Commit

Permalink
Release 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
m-i-n-a-r committed Jun 17, 2024
1 parent 3e58b3d commit 7fcbe59
Show file tree
Hide file tree
Showing 9 changed files with 302 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

263 changes: 263 additions & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions tasticalendar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ plugins {

android {
namespace 'com.minar.tasticalendar'
compileSdk 33
compileSdk 34

defaultConfig {
minSdk 26
targetSdk 33

targetSdk 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
Expand All @@ -38,12 +37,12 @@ android {

dependencies {

implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.7.0'

// Material components
implementation 'com.google.android.material:material:1.9.0-alpha02'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.core:core-ktx:1.13.1'

// Test dependencies
testImplementation 'junit:junit:4.13.2'
Expand All @@ -56,7 +55,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.m-i-n-a-r'
artifactId = 'tasticalendar'
version = '1.3.5'
version = '1.3.6'

afterEvaluate {
from components.release
Expand Down
Loading

0 comments on commit 7fcbe59

Please sign in to comment.