Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Mobile
React Native Webrtc
Commits
70f47103
Unverified
Commit
70f47103
authored
4 years ago
by
Saúl Ibarra Corretgé
Committed by
GitHub
4 years ago
Browse files
Options
Download
Patches
Plain Diff
android: bump minSdkVersion
parent
04080afe
master
datachannel-bufferedamount
task/add-dockerfile-for-android-build
1.94.1
1.94.0
1.92.2
1.92.1
1.92.0
1.89.3
1.89.2
1.89.1
1.89.0
1.87.3
1.87.2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
android/build.gradle
+2
-2
android/build.gradle
with
2 additions
and
2 deletions
+2
-2
android/build.gradle
+
2
−
2
View file @
70f47103
...
...
@@ -9,8 +9,8 @@ android {
buildToolsVersion
safeExtGet
(
'buildToolsVersion'
,
"23.0.1"
)
defaultConfig
{
minSdkVersion
safeExtGet
(
'minSdkVersion'
,
1
6
)
targetSdkVersion
safeExtGet
(
'targetSdkVersion'
,
2
2
)
minSdkVersion
safeExtGet
(
'minSdkVersion'
,
1
9
)
targetSdkVersion
safeExtGet
(
'targetSdkVersion'
,
2
3
)
versionCode
1
versionName
"1.0"
ndk
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets