Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
6e488249
Commit
6e488249
authored
May 10, 2016
by
Jim Beveridge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3834 from jimbeveridge/studio-2.1
Upgrade gradle files for Android Studio 2.1
parents
e4342184
321b338a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
build.gradle
examples/hello_android/build.gradle
+2
-2
build.gradle
examples/hello_android/buildSrc/build.gradle
+1
-1
No files found.
examples/hello_android/build.gradle
View file @
6e488249
...
...
@@ -4,7 +4,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:
1.5
.0'
classpath
'com.android.tools.build:gradle:
2.1
.0'
}
}
...
...
@@ -13,5 +13,5 @@ task clean(type: Delete) {
}
task
wrapper
(
type:
Wrapper
)
{
gradleVersion
=
'2.
8
'
gradleVersion
=
'2.
10
'
}
examples/hello_android/buildSrc/build.gradle
View file @
6e488249
...
...
@@ -3,5 +3,5 @@ repositories {
}
dependencies
{
compile
"com.android.tools.build:gradle:
1.5
.0"
compile
"com.android.tools.build:gradle:
2.1
.0"
}
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