aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Android_Studio
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-06-19 11:01:50 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-06-19 11:01:50 +0300
commit0233ea19fc058047419d2bffd55d5347b47fb93e (patch)
tree6cebd3921a59aa10acfda3315a1956295b05c828 /Software/Android_Studio
parent93cda35e205ab03cbc6f24784af8c834f4560023 (diff)
downloadTango-0233ea19fc058047419d2bffd55d5347b47fb93e.tar.gz
Tango-0233ea19fc058047419d2bffd55d5347b47fb93e.zip
Redundant.
Diffstat (limited to 'Software/Android_Studio')
-rw-r--r--Software/Android_Studio/ColorCapture/app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Android_Studio/ColorCapture/app/build.gradle b/Software/Android_Studio/ColorCapture/app/build.gradle
index 36b02ddef..61530ad11 100644
--- a/Software/Android_Studio/ColorCapture/app/build.gradle
+++ b/Software/Android_Studio/ColorCapture/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "com.twine.colorcapture"
minSdkVersion 22
targetSdkVersion 27
- versionCode 11
- versionName "2.1"
+ versionCode 12
+ versionName "2.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {