Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
vera_2.1_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cafce5d8
authored
Oct 11, 2019
by
Simhachalam ch
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
removed opencv library to reduce the apk size
parent
f3e89ee8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/build.gradle
app/src/main/java/com/vsoft/vera/ui/ChatActivity.java
app/build.gradle
View file @
cafce5d8
...
@@ -72,7 +72,7 @@ android {
...
@@ -72,7 +72,7 @@ android {
vportal
{
vportal
{
applicationId
"com.vsoft.vera.vportal"
applicationId
"com.vsoft.vera.vportal"
versionCode
1
versionCode
1
versionName
"0.
1.9
"
versionName
"0.
2.1
"
}
}
}
}
}
}
...
@@ -124,7 +124,7 @@ dependencies {
...
@@ -124,7 +124,7 @@ dependencies {
implementation
'de.hdodenhof:circleimageview:3.0.0'
implementation
'de.hdodenhof:circleimageview:3.0.0'
implementation
'com.github.bumptech.glide:glide:4.8.0'
implementation
'com.github.bumptech.glide:glide:4.8.0'
annotationProcessor
'com.github.bumptech.glide:compiler:4.8.0'
annotationProcessor
'com.github.bumptech.glide:compiler:4.8.0'
implementation
'com.quickbirdstudios:opencv:4.1.0'
//
implementation 'com.quickbirdstudios:opencv:4.1.0'
implementation
'org.jsoup:jsoup:1.11.3'
implementation
'org.jsoup:jsoup:1.11.3'
//static Reports Screen
//static Reports Screen
implementation
'com.numetriclabz.numandroidcharts:numandroidcharts:1.0.9'
implementation
'com.numetriclabz.numandroidcharts:numandroidcharts:1.0.9'
...
...
app/src/main/java/com/vsoft/vera/ui/ChatActivity.java
View file @
cafce5d8
This diff is collapsed.
Click to expand it.
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