Skip to content

Commit fa50ee8

Browse files
committed
Fixed a minor mistake.
1 parent 75e140d commit fa50ee8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AndroidScout/app/app-release.apk

32 Bytes
Binary file not shown.

AndroidScout/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.tribetech4485.androidscout"
88
minSdkVersion 16
99
targetSdkVersion 25
10-
versionCode 2
11-
versionName "0.1.2-alpha"
10+
versionCode 3
11+
versionName "0.1.3-alpha"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

AndroidScout/app/src/main/res/layout/activity_connect_and_send.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
android:layout_marginLeft="8dp"
161161
android:layout_marginRight="8dp"
162162

163-
android:text="Send Data" />
163+
android:text="Save Device" />
164164

165165
</LinearLayout>
166166
</ScrollView>

0 commit comments

Comments
 (0)