Skip to content

Commit be2d27d

Browse files
committed
3.1.0
1 parent 3883053 commit be2d27d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
minSdkVersion 17
1010
targetSdkVersion 28
1111

12-
versionCode 17
13-
versionName '4.0.0'
12+
versionCode 18
13+
versionName '3.1.0'
1414

1515
testApplicationId "io.appium.android.apis.test"
1616
testInstrumentationRunner ".app.LocalSampleInstrumentation"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "android-apidemos",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A fork of Google's Android ApiDemos application, used for testing Appium",
55
"license": "Apache-2.0",
66
"main": "apks/ApiDemos-debug.apk",

0 commit comments

Comments
 (0)