Skip to content

Commit

Permalink
update targetSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
punksta committed Aug 18, 2021
1 parent 05050ae commit 50aa964
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "com.punksta.apps.volumecontrol"
minSdkVersion 15
targetSdkVersion 29
targetSdkVersion 30
versionCode 30
versionName "2.4.0"
}
Expand All @@ -32,13 +32,10 @@ android {
}

def acraVersion = '5.7.0'
def appcompat_version = "1.2.0"
def appcompat_version = "1.3.1"

dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation 'androidx.annotation:annotation:1.1.0'
implementation "ch.acra:acra-mail:$acraVersion"
implementation "ch.acra:acra-dialog:$acraVersion"

implementation 'androidx.annotation:annotation:1.2.0'
testImplementation 'junit:junit:4.13'
}

0 comments on commit 50aa964

Please sign in to comment.