Skip to content

Commit

Permalink
targetSdk updated
Browse files Browse the repository at this point in the history
  • Loading branch information
beradeep committed Sep 26, 2023
1 parent 7324a91 commit d7f3447
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ plugins {

android {
namespace 'com.bera.collegesearch'
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.bera.collegesearch"
minSdk 24
targetSdk 33
versionCode 6
versionName "1.5"
targetSdk 34
versionCode 7
versionName "2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit d7f3447

Please sign in to comment.