Skip to content

Commit

Permalink
Increased compile and target sdk versions to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
AbanobNageh committed Nov 4, 2024
1 parent 01859b5 commit 08f3728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tasks.register('clean', Delete) {
}

ext._minSdkVersion = 21
ext._compileSdkVersion = 34
ext._targetSdkVersion = 34
ext._compileSdkVersion = 35
ext._targetSdkVersion = 35
ext._versionCode = 1
ext._versionName = "1.0.0"

0 comments on commit 08f3728

Please sign in to comment.