Skip to content

Commit

Permalink
Merge pull request #4 from danleyb2/sdk-30-upgrade
Browse files Browse the repository at this point in the history
Upgrade to compile with SDK version 30
  • Loading branch information
marcbelmont authored Jul 2, 2021
2 parents db2081b + 1c07d06 commit 5f69757
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
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
compileSdkVersion 30
buildToolsVersion "30.0.2"
defaultConfig {
applicationId "com.glowingsoft.carplaterecognizer"
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand All @@ -30,6 +30,6 @@ dependencies {
implementation 'com.github.jrvansuita:PickImage:2.5.1'
implementation 'id.zelory:compressor:2.1.0'
implementation 'com.squareup.picasso:picasso:2.5.2'
implementation 'com.loopj.android:android-async-http:1.4.9'
implementation 'com.loopj.android:android-async-http:1.4.11'
implementation 'com.google.android.material:material:1.1.0'
}

0 comments on commit 5f69757

Please sign in to comment.