-
Notifications
You must be signed in to change notification settings - Fork 95
Update Toolchain/Android-Target to v24 #12
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
Conversation
cef8ddc to
5269566
Compare
|
cc: @tobiasKaminsky and @nextcloud/android for review. |
193779c to
3021c14
Compare
|
@tobiasKaminsky is it okay for you if I merge this, create a new version 1.0.8 to use in my app branch to work on the general v25 version bump? |
3021c14 to
2cbab1d
Compare
3f31e90 to
263f526
Compare
263f526 to
9440565
Compare
50bee26 to
91b4ec0
Compare
|
Let's do in parallel with app 1.4.0. |
| <resources> | ||
|
|
||
| <string name="app_name">Oc_framework-testTest</string> | ||
| <string name="app_name">Nc_framework-testTest</string> |
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.
nice catch ;)
|
code wise 👍 |
| environment: | ||
| - ANDROID_TARGET=android-24 | ||
| - ANDROID_ABI=armeabi-v7a | ||
| - LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:/opt/android-sdk-linux/tools/lib64/gles_mesa/ |
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.
Is this whole drone.yml up to date?
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.
Will have to check, but I thought so
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.
Yes, this one is fine :)
e633b0f to
769fbfb
Compare
|
@tobiasKaminsky anything else to do here in your opinion? |
as discussed, this is no issue
|
merging... 👍 The thing missing in the build file is since we do not have a server yet to run integration tests on... |
bump everything to 24 so the app project can then move to v24 to support Android N.