Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Barnhill committed Sep 18, 2023
1 parent d9f3727 commit 3a3f30f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ plugins {

android {
namespace = "com.pnuema.android.savestateobserver.app"
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "com.pnuema.android.savestateobserver.app"
minSdk = 21
targetSdk = 33
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ junit = "4.13.2"

#plugins
kotlin= "1.9.0"
gradlePlugins-agp = "8.0.2"
gradlePlugins-agp = "8.1.1"
tomlChecker = "0.47.0"
gradleCacheFix = "2.7.1"
dokka = "1.8.20"
Expand Down
6 changes: 3 additions & 3 deletions savestateobserver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ plugins {
alias(libs.plugins.toml.version.checker)
}

version = "2.10.0"
version = "2.11.0"
group = "com.pnuema.android"

android {
base.archivesName.set("savestateobserver")
namespace = "com.pnuema.android.savestateobserver"
compileSdk = 33
compileSdk = 34
defaultConfig {
minSdk = 19
minSdk = 24
}
buildTypes {
named("debug") {
Expand Down

0 comments on commit 3a3f30f

Please sign in to comment.