Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham committed Mar 18, 2019
1 parent 3883053 commit be2d27d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 17
targetSdkVersion 28

versionCode 17
versionName '4.0.0'
versionCode 18
versionName '3.1.0'

testApplicationId "io.appium.android.apis.test"
testInstrumentationRunner ".app.LocalSampleInstrumentation"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "android-apidemos",
"version": "3.0.0",
"version": "3.1.0",
"description": "A fork of Google's Android ApiDemos application, used for testing Appium",
"license": "Apache-2.0",
"main": "apks/ApiDemos-debug.apk",
Expand Down

0 comments on commit be2d27d

Please sign in to comment.