Skip to content

Commit

Permalink
chore: Gradle plugin 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Nov 27, 2023
1 parent 1cc6693 commit d5ef04f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit d5ef04f

Please sign in to comment.