We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e140d commit fa50ee8Copy full SHA for fa50ee8
3 files changed
AndroidScout/app/app-release.apk
32 Bytes
AndroidScout/app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.tribetech4485.androidscout"
8
minSdkVersion 16
9
targetSdkVersion 25
10
- versionCode 2
11
- versionName "0.1.2-alpha"
+ versionCode 3
+ versionName "0.1.3-alpha"
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13
}
14
buildTypes {
AndroidScout/app/src/main/res/layout/activity_connect_and_send.xml
@@ -160,7 +160,7 @@
160
android:layout_marginLeft="8dp"
161
android:layout_marginRight="8dp"
162
163
- android:text="Send Data" />
+ android:text="Save Device" />
164
165
</LinearLayout>
166
</ScrollView>
0 commit comments