Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2023-232
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
T.H.C. Heshan
2023-232
Commits
39544482
Commit
39544482
authored
Nov 04, 2023
by
DESKTOP-ERETTBS\Chathuka Heshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
created android app
parent
3af85c1d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
+45
-0
Mobile App/app/.gitignore
Mobile App/app/.gitignore
+1
-0
Mobile App/app/build.gradle
Mobile App/app/build.gradle
+44
-0
No files found.
Mobile App/app/.gitignore
0 → 100644
View file @
39544482
/build
\ No newline at end of file
Mobile App/app/build.gradle
0 → 100644
View file @
39544482
plugins
{
id
'com.android.application'
}
android
{
compileSdk
33
defaultConfig
{
applicationId
"com.sliit.blindvision"
minSdk
25
targetSdk
33
versionCode
1
versionName
"1.0"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
packagingOptions
{
exclude
'META-INF/DEPENDENCIES'
}
buildTypes
{
release
{
minifyEnabled
false
proguardFiles
getDefaultProguardFile
(
'proguard-android-optimize.txt'
),
'proguard-rules.pro'
}
}
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
}
}
dependencies
{
implementation
'androidx.appcompat:appcompat:1.6.1'
implementation
'com.google.android.material:material:1.9.0'
implementation
'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation
'junit:junit:4.13.2'
implementation
'com.google.code.gson:gson:2.8.9'
implementation
'org.apache.httpcomponents:httpclient:4.5.13'
implementation
'com.github.bumptech.glide:glide:4.12.0'
// Use the latest version
annotationProcessor
'com.github.bumptech.glide:compiler:4.12.0'
androidTestImplementation
'androidx.test.ext:junit:1.1.5'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.5.1'
}
\ No newline at end of file
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