1
0
mirror of https://bitbucket.org/HeshamTB/barcodescanner2.git synced 2025-04-20 02:23:01 +02:00

Compare commits

..

No commits in common. "master" and "0.3" have entirely different histories.
master ... 0.3

2 changed files with 1 additions and 17 deletions

View File

@ -5,7 +5,7 @@
<string name="TextViewLabel">KAU.IE201.TEAM3</string> <string name="TextViewLabel">KAU.IE201.TEAM3</string>
<string name="version">0.3</string> <string name="version">0.3</string>
<string name="infoButton">Info</string> <string name="infoButton">Info</string>
<string name="info">Made by Hesham and IE201 Team 3\nInstructed by Dr. Nibras Subahi\n© 2018 KAU. All rights reserved.</string> <string name="info">Made by Hesham and IE200 Team 3\nInstructed by Dr. Nibras Subahi\n© 2018 KAU. All rights reserved. </string>
</resources> </resources>

View File

@ -1,16 +0,0 @@
# This is a sample build configuration for Java (Gradle).
# Check our guides at https://confluence.atlassian.com/x/zd-5Mw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: openjdk:8
pipelines:
default:
- step:
caches:
- gradle
script: # Modify the commands below to build your repository.
# You must commit the Gradle wrapper to your repository
# https://docs.gradle.org/current/userguide/gradle_wrapper.html
- bash ./gradlew build