Skip to content

Commit

Permalink
Prepare for development
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Sep 18, 2020
1 parent 8cfb90c commit 5e31f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DeviceAutomator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven'
apply plugin: 'signing'

version = '1.1.0'
version = '1.1.0-SNAPSHOT'

android {
compileSdkVersion 30
Expand All @@ -11,7 +11,7 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 30
versionCode 6
versionCode 7
versionName version

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use the latest build from the `master` branch use:

```groovy
dependencies {
androidTestCompile 'com.lukekorth:device-automator:1.0.0-SNAPSHOT'
androidTestCompile 'com.lukekorth:device-automator:1.1.0-SNAPSHOT'
}
```

Expand Down

0 comments on commit 5e31f54

Please sign in to comment.