Skip to content

Commit

Permalink
[ce99247][c3681e1] Remove Albers adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed Aug 15, 2023
1 parent 7236783 commit eaa1e34
Show file tree
Hide file tree
Showing 10 changed files with 553 additions and 559 deletions.

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

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

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.

2 changes: 1 addition & 1 deletion .idea/modules/m3color.iml

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

8 changes: 4 additions & 4 deletions .idea/modules/m3color.main.iml

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

8 changes: 4 additions & 4 deletions .idea/modules/m3color.test.iml

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
}
}

implementation("com.github.Kyant0:m3color:2023.7.1")
implementation("com.github.Kyant0:m3color:2023.8.1")
```

## Use with Compose M3
Expand Down
6 changes: 3 additions & 3 deletions m3color/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'com.kyant'
version = '2023.7.1'
version = '2023.8.1'

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand All @@ -15,7 +15,7 @@ repositories {
}

dependencies {
implementation('androidx.annotation:annotation:1.7.0-alpha02')
implementation('androidx.annotation:annotation:1.7.0-beta01')
implementation('com.google.errorprone:error_prone_annotations:2.18.0')
}

Expand All @@ -25,7 +25,7 @@ afterEvaluate {
maven(MavenPublication) {
groupId = 'com.kyant'
artifactId = 'm3color'
version = '2023.7.1'
version = '2023.8.1'
from components.java
}
}
Expand Down
Loading

0 comments on commit eaa1e34

Please sign in to comment.