Skip to content

Commit

Permalink
Settings too
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja committed Jan 10, 2025
1 parent b61ae4e commit fc27dd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencyResolutionManagement {
}

plugins {
id("com.android.settings") version "8.7.3"
id("com.android.settings") version "8.8.0"
}

rootProject.name = "Animite"
Expand All @@ -38,6 +38,7 @@ include(
android {
buildToolsVersion = "35.0.0"
compileSdk = 35
targetSdk = 35
minSdk = 29
}

Expand Down

0 comments on commit fc27dd7

Please sign in to comment.