Skip to content

Commit

Permalink
api35
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Dec 3, 2024
1 parent 3656f95 commit e196cb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLogLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
defaultConfig {

minSdkVersion 21
compileSdk 34
compileSdk 35
project.archivesBaseName = "ChangeLog"
}

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ android {
versionCode 1
versionName "1.0"

compileSdk 34
compileSdk 35
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
}
packagingOptions {
resources {
Expand Down

0 comments on commit e196cb2

Please sign in to comment.