diff --git a/app/build.gradle b/app/build.gradle index cbc0386..52b8dc6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "ma.wanam.youtubeadaway" minSdk 27 targetSdk 31 - versionCode 507 - versionName "5.0.7" + versionCode 510 + versionName "5.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/build.gradle b/build.gradle index 5eb9f86..95a2d46 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.2' + classpath 'com.android.tools.build:gradle:7.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files