Skip to content

Commit 1fd7bb4

Browse files
update gradle
1 parent ef63d35 commit 1fd7bb4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.idea/gradle.xml

Lines changed: 2 additions & 1 deletion
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
}
2929

3030
dependencies {
31-
31+
implementation fileTree(include: ['*.jar'], dir: 'libs')
3232
implementation 'androidx.appcompat:appcompat:1.3.1'
3333
implementation 'com.google.android.material:material:1.4.0'
3434
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Nov 14 18:01:03 IST 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ dependencyResolutionManagement {
88
rootProject.name = "Scratchview Demo"
99
include ':app'
1010
include ':scratchview'
11-
include ':Library'

0 commit comments

Comments
 (0)