diff --git a/OpenPods/app/build.gradle b/OpenPods/app/build.gradle index ca22081..631c53e 100644 --- a/OpenPods/app/build.gradle +++ b/OpenPods/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 23 //noinspection OldTargetApi targetSdkVersion 29 - versionCode 15 - versionName '1.5' + versionCode 16 + versionName '1.5.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/OpenPods/build.gradle b/OpenPods/build.gradle index 9313af6..6cba4f3 100644 --- a/OpenPods/build.gradle +++ b/OpenPods/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.1.1' + classpath 'com.android.tools.build:gradle:4.1.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files