Skip to content

Commit

Permalink
Updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-savvasdalkitsis committed Oct 27, 2018
1 parent 21a8f18 commit 6b7ec0a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,29 +80,29 @@ To use it in your project, add the following to your project

- Gradle:
```groovy
compile 'com.savvasdalkitsis:betwixt:0.0.2'
compile 'com.savvasdalkitsis:betwixt:1.0.0'
```
- Maven:
```xml
<dependency>
<groupId>com.savvasdalkitsis</groupId>
<artifactId>betwixt</artifactId>
<version>0.0.2</version>
<version>1.0.0</version>
</dependency>
```

for `betwixt-rebound` you can use:

- Gradle:
```groovy
compile 'com.savvasdalkitsis:betwixt-rebound:0.0.2'
compile 'com.savvasdalkitsis:betwixt-rebound:1.0.0'
```
- Maven:
```xml
<dependency>
<groupId>com.savvasdalkitsis</groupId>
<artifactId>betwixt-rebound</artifactId>
<version>0.0.2</version>
<version>1.0.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.savvasdalkitsis.betwixt"
minSdkVersion 14
targetSdkVersion sdk_version
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
}
signingConfigs {
release {
Expand Down
4 changes: 2 additions & 2 deletions betwixt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion sdk_version
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':app', ':betwixt', ':betwixt-rebound'
gradle.ext.lib_version = "0.0.2"
gradle.ext.lib_version = "1.0.0"

0 comments on commit 6b7ec0a

Please sign in to comment.