Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xabber-android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
xabber-android
Commits
d35eec4b
Commit
d35eec4b
authored
Feb 16, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'new_otr' of
https://github.com/aelmahmoudy/xabber-android
into aelmahmoudy-new_otr
parents
9645ca0f
90c65b7e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
13 deletions
+3
-13
build.gradle
app/build.gradle
+1
-12
otr4j
app/otr4j
+1
-1
settings.gradle
settings.gradle
+1
-0
No files found.
app/build.gradle
View file @
d35eec4b
apply
plugin:
'com.android.application'
apply
plugin:
'com.android.application'
repositories
{
mavenCentral
()
mavenLocal
()
}
android
{
android
{
compileSdkVersion
21
compileSdkVersion
21
buildToolsVersion
"21.1.2"
buildToolsVersion
"21.1.2"
...
@@ -17,12 +12,6 @@ android {
...
@@ -17,12 +12,6 @@ android {
versionName
'0.10.21'
versionName
'0.10.21'
}
}
sourceSets
{
main
{
java
.
srcDirs
=
[
'src/main/java'
,
'otr4j/src/main/java'
]
}
}
buildTypes
{
buildTypes
{
release
{
release
{
minifyEnabled
false
minifyEnabled
false
...
@@ -38,5 +27,5 @@ android {
...
@@ -38,5 +27,5 @@ android {
dependencies
{
dependencies
{
compile
'com.android.support:appcompat-v7:21.0.3'
compile
'com.android.support:appcompat-v7:21.0.3'
compile
'com.android.support:support-v13:21.0.3'
compile
'com.android.support:support-v13:21.0.3'
compile
'org.bouncycastle:bcprov-jdk15on:1.49'
compile
project
(
'otr4j'
)
}
}
otr4j
@
ab1d28e8
Subproject commit
1811af26058c45aa0b67accd29ee278c80b02f0a
Subproject commit
ab1d28e8641238bcfd0ba11c0477da1d99f38a11
settings.gradle
View file @
d35eec4b
include
':app'
include
':app'
include
':app:otr4j'
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