Skip to content

Commit

Permalink
Update to SDK 34
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed Jun 22, 2023
1 parent eea48db commit f62ae46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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:DataSaver:2023.6.1")
implementation("com.github.Kyant0:DataSaver:2023.6.2")
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions datasaver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {
}

group = "com.kyant.datasaver"
version = "2023.6.1"
version = "2023.6.2"

android {
namespace = "com.kyant.datasaver"
compileSdk = 33
buildToolsVersion = "33.0.2"
compileSdk = 34
buildToolsVersion = "34.0.0"

defaultConfig {
minSdk = 21
Expand Down Expand Up @@ -51,7 +51,7 @@ afterEvaluate {
register("mavenRelease", MavenPublication::class) {
groupId = "com.kyant"
artifactId = "datasaver"
version = "2023.6.1"
version = "2023.6.2"
from(components["release"])
}
}
Expand Down

0 comments on commit f62ae46

Please sign in to comment.