Skip to content

Commit b4b8db9

Browse files
committed
Upgrade gradle
Remove Debug Logs Upgrade AGP dependency from 7.2.1 to 7.4.2 Upgrade Gradle version to 7.5 Move package from Android manifest to build files Signed-off-by: GauthamAsir <gauthamnadar12@gmail.com>
1 parent 50ebd5a commit b4b8db9

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.idea/jarRepositories.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ android {
3535
sourceCompatibility JavaVersion.VERSION_1_8
3636
targetCompatibility JavaVersion.VERSION_1_8
3737
}
38+
namespace 'a.gautham.statusdownloader'
3839

3940
}
4041

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ buildscript {
44

55
repositories {
66
google()
7-
jcenter()
7+
mavenCentral()
88

99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.2.1'
11+
classpath 'com.android.tools.build:gradle:7.4.2'
1212

1313

1414
// NOTE: Do not place your application dependencies here; they belong
@@ -19,7 +19,7 @@ buildscript {
1919
allprojects {
2020
repositories {
2121
google()
22-
jcenter()
22+
mavenCentral()
2323
maven {
2424
url "https://jitpack.io"
2525
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Jan 03 15:19:11 IST 2021
1+
#Mon Apr 03 22:36:54 IST 2023
22
distributionBase=GRADLE_USER_HOME
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
34
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
6+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)