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
2e118ab1
Commit
2e118ab1
authored
Mar 17, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into feature/expanding_toolbar
Conflicts: app/build.gradle
parents
ad2a3eae
8d44dfc7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
11 deletions
+5
-11
build.gradle
app/build.gradle
+5
-11
No files found.
app/build.gradle
View file @
2e118ab1
apply
plugin:
'com.android.application'
apply
plugin:
'com.android.application'
android
{
android
{
compileSdkVersion
2
1
compileSdkVersion
2
2
buildToolsVersion
"2
1.1.2
"
buildToolsVersion
"2
2.0.0
"
defaultConfig
{
defaultConfig
{
applicationId
"com.xabber.androiddev"
applicationId
"com.xabber.androiddev"
minSdkVersion
14
minSdkVersion
14
targetSdkVersion
2
1
targetSdkVersion
2
2
versionCode
139
versionCode
139
versionName
'0.10.39'
versionName
'0.10.39'
}
}
buildTypes
{
release
{
minifyEnabled
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.txt'
}
}
compileOptions
{
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_7
sourceCompatibility
JavaVersion
.
VERSION_1_7
targetCompatibility
JavaVersion
.
VERSION_1_7
targetCompatibility
JavaVersion
.
VERSION_1_7
...
@@ -29,8 +23,8 @@ repositories {
...
@@ -29,8 +23,8 @@ repositories {
}
}
dependencies
{
dependencies
{
compile
'com.android.support:appcompat-v7:2
1.0.3
'
compile
'com.android.support:appcompat-v7:2
2.0.0
'
compile
'com.android.support:support-v13:2
1.0.3
'
compile
'com.android.support:support-v13:2
2.0.0
'
compile
'com.github.ksoichiro:android-observablescrollview:1.5.0'
compile
'com.github.ksoichiro:android-observablescrollview:1.5.0'
compile
project
(
'otr4j'
)
compile
project
(
'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