-
Notifications
You must be signed in to change notification settings - Fork 148
Conversation
31f974c
to
bd5daef
Compare
build.gradle
Outdated
@@ -1,10 +1,10 @@ | |||
buildscript { | |||
repositories { | |||
jcenter() |
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 guess this should be merged to make PR owncloud/android#2324 on main repo work.
Additional #199 needs it
@@ -27,6 +27,10 @@ dependencies { | |||
android { | |||
compileSdkVersion 26 | |||
|
|||
defaultConfig { | |||
minSdkVersion 14 |
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.
Why have you moved the minSdkVersion
and not the compileSdkVersion
? Is there any difference between setting this in build.gradle or in AndroidManifest.xml?
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.
most recent Android Studio complain about having this values in AndroidManifest.xml
It's a relict form Eclipse, which is not more supported since ~ 2016.09
It should be located in 'build.gradle'
It's related to #180 which removes Eclipse (or did it as I created the PR long time ago)
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 see, can you move also the targetSdkVersion here?
Hi @hannesa2 , thank you for helping us with this dependencies update, I put a comment in the review. |
1a20c10
to
4b125d4
Compare
@@ -27,6 +27,10 @@ dependencies { | |||
android { | |||
compileSdkVersion 26 | |||
|
|||
defaultConfig { | |||
minSdkVersion 14 |
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 see, can you move also the targetSdkVersion here?
It's hard to smell whats too much or too less. But yes, I will do. But any further step should be done in additional PRs |
4b125d4
to
43345b5
Compare
43345b5
to
2e9ef26
Compare
@hannesa2 I have cloned your code and is not compiling because |
@@ -29,9 +29,6 @@ | |||
android:versionName="1.0"> | |||
|
|||
<uses-permission android:name="android.permission.INTERNET"/> | |||
<uses-sdk | |||
android:minSdkVersion="14" |
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.
it's deleted !
@davigonz Please double check your test, I'm receiving a
during Travis is green too |
Btw I see following way:
... but step by step. Start with 1 |
2e9ef26
to
eec584c
Compare
eec584c
to
54484d9
Compare
Version 2.9 is out, what's about some progress here, or is it postponed to 20XX ? |
@hannesa2 this is scheduled for 2.10, as you can see in the issue connected to this PR (owncloud/android#2327) |
Let's follow this way @hannesa2:
|
54484d9
to
6574b67
Compare
@hannesa2 old tests deletion got merged, can you please rebase this to move it forward? |
6574b67
to
d2e6327
Compare
@DeepDiver1975 we are able to merge our PRs but we keep seeing the warning about Note: we don't need this PR to be merged yet 😄 |
"Note: we don't need this PR to be merged yet 😄" ... maybe from technical reason when you happy with current situation. -I'm not- Seeing the speed here, I'm not surprised, when it will merged, when 3.3 is out |
d2e6327
to
194feae
Compare
194feae
to
94f3c37
Compare
Needs owncloud/android#2324