diff --git a/app/build.gradle b/app/build.gradle index 7719729..e2f6d23 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,12 +3,12 @@ apply plugin: 'org.ajoberstar.grgit' android { namespace 'ai.elimu.content_provider' - compileSdk 33 + compileSdk 34 defaultConfig { applicationId "ai.elimu.content_provider" minSdkVersion 24 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1002021 versionName "1.2.21-SNAPSHOT" setProperty("archivesBaseName", "${applicationId}-${versionCode}") diff --git a/build.gradle b/build.gradle index 8a3eaf0..618793b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.4.0' + classpath 'com.android.tools.build:gradle:7.4.2' classpath 'org.ajoberstar.grgit:grgit-gradle:5.0.0' // NOTE: Do not place your application dependencies here; they belong diff --git a/utils/build.gradle b/utils/build.gradle index 06bb011..13b972b 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -5,11 +5,11 @@ plugins { android { namespace 'ai.elimu.content_provider.utils' - compileSdk 33 + compileSdk 34 defaultConfig { minSdkVersion 24 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 1002021 versionName "1.2.21-SNAPSHOT" setProperty("archivesBaseName", "utils-${versionName}")