diff --git a/app/build.gradle b/app/build.gradle index 6c1bd87..edc7619 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/build.gradle b/build.gradle index f53f49f..ded884a 100644 --- a/build.gradle +++ b/build.gradle @@ -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