Skip to content

Commit bf1e581

Browse files
authored
Merge pull request #136 from elimu-ai/build/upgrade_gradle_plugin
update: Upgrade Android Gradle Plugin to 8.1
2 parents ea02fed + d257c34 commit bf1e581

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apply plugin: 'org.ajoberstar.grgit'
33

44
android {
55
compileSdk 34
6+
namespace 'ai.elimu.content_provider'
67

78
defaultConfig {
89
applicationId "ai.elimu.content_provider"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.1.3'
9+
classpath 'com.android.tools.build:gradle:8.1.4'
1010
classpath 'org.ajoberstar.grgit:grgit-gradle:5.0.0'
1111

1212
// NOTE: Do not place your application dependencies here; they belong

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

utils/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55

66
android {
77
compileSdk 34
8+
namespace 'ai.elimu.content_provider.utils'
89

910
defaultConfig {
1011
minSdkVersion 24

0 commit comments

Comments
 (0)