Skip to content

Commit 225f76f

Browse files
committed
v1.1
1 parent 6e6880c commit 225f76f

5 files changed

Lines changed: 22 additions & 11 deletions

File tree

.idea/gradle.xml

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

.idea/vcs.xml

Lines changed: 6 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 29
5-
buildToolsVersion "29.0.2"
5+
// buildToolsVersion "29.0.2"
66
defaultConfig {
77
applicationId "in.imranalam.androidnavigationdrawer"
88
minSdkVersion 21
99
targetSdkVersion 29
10-
versionCode 1
11-
versionName "1.0"
10+
versionCode 2
11+
versionName "1.1"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {
@@ -26,5 +26,5 @@ dependencies {
2626
testImplementation 'junit:junit:4.12'
2727
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
2828
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
29-
implementation 'com.google.android.material:material:1.0.0'
29+
implementation 'com.google.android.material:material:1.1.0'
3030
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.5.1'
10+
classpath 'com.android.tools.build:gradle:3.6.1'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Oct 28 15:21:03 IST 2019
1+
#Mon Mar 23 14:06:23 IST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 commit comments

Comments
 (0)