Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
A
android_prebuilts_prebuiltapks
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
e
os
android_prebuilts_prebuiltapks
Commits
d575da09
Commit
d575da09
authored
Jan 24, 2019
by
Romain Hunault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix version check
parent
dfa9759e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Android.mk
BlissLauncher/Android.mk
+1
-1
Android.mk
OpenWeatherMapWeatherProvider/Android.mk
+1
-1
Android.mk
eDrive/Android.mk
+1
-1
No files found.
BlissLauncher/Android.mk
View file @
d575da09
...
...
@@ -4,7 +4,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := BlissLauncher
LOCAL_CERTIFICATE := platform
ifeq ($(P
RODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR), 0.1
)
ifeq ($(P
LATFORM_SDK_VERSION), 25
)
LOCAL_SRC_FILES := app-apiNougat-release-unsigned.apk
else
LOCAL_SRC_FILES := app-apiOreo-release-unsigned.apk
...
...
OpenWeatherMapWeatherProvider/Android.mk
View file @
d575da09
...
...
@@ -4,7 +4,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := OpenWeatherMapWeatherProvider
LOCAL_CERTIFICATE := platform
ifeq ($(P
RODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR), 0.1
)
ifeq ($(P
LATFORM_SDK_VERSION), 25
)
LOCAL_SRC_FILES := OpenWeatherMapWeatherProvider-nougat.apk
else
LOCAL_SRC_FILES := OpenWeatherMapWeatherProvider-oreo.apk
...
...
eDrive/Android.mk
View file @
d575da09
...
...
@@ -7,7 +7,7 @@ LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true
ifeq ($(P
RODUCT_VERSION_MAJOR).$(PRODUCT_VERSION_MINOR), 0.1
)
ifeq ($(P
LATFORM_SDK_VERSION), 25
)
LOCAL_SRC_FILES := io.eelo.drive.alpha-1-build-18-12-07T1012-release-unsigned.apk
else
LOCAL_SRC_FILES := io.eelo.drive.alpha-1-build-18-12-13T1603-release-unsigned.apk
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment