You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@tasneembohra android studio just modified two files for me:
build.gradle
=> classpath 'com.android.tools.build:gradle:2.2.3' instead of classpath 'com.android.tools.build:gradle:1.0.0'
and
gradle-wrapper.properties
distributionUrl=https://services.gradle.org/distributions/gradle-2.14.1-all.zip instead of distributionUrl=https://services.gradle.org/distributions/gradle-2.2.1-all.zip
e6aef6f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no code present ....??
e6aef6f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@souravphukon it is on other branches :)
e6aef6f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have checkout the code https://github.com/udacity/ud825-compute-and-memory/tree/2.11_batching_and_caching but I am not able to build it on my Android Studio.
e6aef6f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tasneembohra android studio just modified two files for me:
build.gradle
=> classpath 'com.android.tools.build:gradle:2.2.3' instead of classpath 'com.android.tools.build:gradle:1.0.0'
and
gradle-wrapper.properties
distributionUrl=https://services.gradle.org/distributions/gradle-2.14.1-all.zip instead of distributionUrl=https://services.gradle.org/distributions/gradle-2.2.1-all.zip
Maybe it helps you