Skip to content

Commit

Permalink
Version 2
Browse files Browse the repository at this point in the history
Targeting Android 13
  • Loading branch information
StefanIlchev committed Aug 20, 2022
1 parent dcf10bd commit 1bd6544
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ buildscript {
repositories {
google()
mavenCentral()
mavenLocal()
maven { url 'https://jitpack.io' }
}

dependencies {
Expand All @@ -19,11 +21,13 @@ allprojects {
repositories {
google()
mavenCentral()
mavenLocal()
maven { url 'https://jitpack.io' }
}
}

android {
compileSdk 31
compileSdk 33
namespace 'ilchev.stefan.callblocker'

compileOptions {
Expand All @@ -34,7 +38,7 @@ android {
defaultConfig {
minSdk 28
targetSdk compileSdk
versionCode 1
versionCode 2
versionName "$versionCode"
}

Expand Down

0 comments on commit 1bd6544

Please sign in to comment.