Skip to content

Commit

Permalink
Update build dependencies and set version to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
amirzaidi committed Feb 18, 2020
1 parent 2a7869e commit f346215
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "amirz.googleicons"
minSdkVersion 21
targetSdkVersion 28
versionCode 10
versionName "v10"
targetSdkVersion 29
versionCode 11
versionName "v11"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:3.5.3'


// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit f346215

Please sign in to comment.