Skip to content

Commit

Permalink
Version 11
Browse files Browse the repository at this point in the history
Update AGP to 7.4.0
  • Loading branch information
StefanIlchev committed Jan 14, 2023
1 parent 48b2e23 commit 32806ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.android.tools.build:gradle:7.4.0'
}
}

Expand All @@ -39,6 +39,7 @@ allprojects {
}

android {
buildToolsVersion '33.0.1'
compileSdk 33
namespace 'ilchev.stefan.callblocker'

Expand All @@ -50,7 +51,7 @@ android {
defaultConfig {
minSdk 28
targetSdk compileSdk
versionCode 10
versionCode 11
versionName "$versionCode"
}

Expand Down

0 comments on commit 32806ae

Please sign in to comment.