-
Notifications
You must be signed in to change notification settings - Fork 108
Support new Android Studio and Gradle versions #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,9 +11,9 @@ | |
| <!-- Gradle generates an <instrumentation> block during the build process, | ||
| but in order to work with other build systems, that don't do that, | ||
| there must be such a block declared here. --> | ||
| <instrumentation | ||
| android:name="android.test.InstrumentationTestRunner" | ||
| android:targetPackage="com.android.i18n.addressinput.test" /> | ||
| <!--<instrumentation--> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This does not look good. Either this block is no longer necessary, in which case it should be deleted together with the comment explaining its purpose and the commit message updated to explain why it's no longer necessary, or else it should not be commented out. |
||
| <!--android:name="android.test.InstrumentationTestRunner"--> | ||
| <!--android:targetPackage="com.android.i18n.addressinput.test" />--> | ||
|
|
||
| <uses-permission android:name="android.permission.INTERNET" /> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,3 +23,4 @@ allprojects { | |
| mavenLocal() | ||
| } | ||
| } | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This looks like a mistake. (Or is there really a reason for why it's an improvement to add a blank line here?) |
||
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.
The commit message does not mention anything about changing the SDK version. Is this change intentional? If it is, it should be explained the the commit message why it's being done.