Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Terminal user interface- command line
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arjun Sundaram
Terminal user interface- command line
Commits
a6a3f30e
Commit
a6a3f30e
authored
9 years ago
by
Francesco
Browse files
Options
Downloads
Patches
Plain Diff
fixed for f-droid
parent
afbd90e5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/build.gradle
+1
-2
1 addition, 2 deletions
app/build.gradle
build.gradle
+6
-1
6 additions, 1 deletion
build.gradle
with
7 additions
and
3 deletions
app/build.gradle
+
1
−
2
View file @
a6a3f30e
...
@@ -41,8 +41,7 @@ android {
...
@@ -41,8 +41,7 @@ android {
dependencies
{
dependencies
{
compile
'com.android.support:appcompat-v7:23.4.0'
compile
'com.android.support:appcompat-v7:23.4.0'
compile
'com.jpardogo.flabbylistview:library:1.0.0'
compile
'com.github.Andre1299:CompareString:44.0'
compile
'com.github.Andre1299:CompareString:4.0'
compile
'commons-io:commons-io:2.4'
compile
'commons-io:commons-io:2.4'
}
}
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
6
−
1
View file @
a6a3f30e
...
@@ -5,7 +5,6 @@ buildscript {
...
@@ -5,7 +5,6 @@ buildscript {
repositories
{
repositories
{
jcenter
()
jcenter
()
mavenCentral
()
mavenCentral
()
maven
{
url
"https://jitpack.io"
}
}
}
dependencies
{
dependencies
{
...
@@ -20,3 +19,9 @@ buildscript {
...
@@ -20,3 +19,9 @@ buildscript {
task
clean
(
type:
Delete
)
{
task
clean
(
type:
Delete
)
{
delete
rootProject
.
buildDir
delete
rootProject
.
buildDir
}
}
allprojects
{
repositories
{
maven
{
url
"https://jitpack.io"
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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