File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ apply plugin: 'org.ajoberstar.grgit'
3
3
4
4
android {
5
5
compileSdk 34
6
+ namespace ' ai.elimu.content_provider'
6
7
7
8
defaultConfig {
8
9
applicationId " ai.elimu.content_provider"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:7 .1.3 '
9
+ classpath ' com.android.tools.build:gradle:8 .1.4 '
10
10
classpath ' org.ajoberstar.grgit:grgit-gradle:5.0.0'
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ plugins {
5
5
6
6
android {
7
7
compileSdk 34
8
+ namespace ' ai.elimu.content_provider.utils'
8
9
9
10
defaultConfig {
10
11
minSdkVersion 24
You can’t perform that action at this time.
0 commit comments