Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MattAFRL committed Feb 28, 2017
1 parent 070c55b commit 94714d9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ apply plugin: 'com.neenbedankt.android-apt'
```
Then, you'll want to bang these bad boys into your `build.gradle`s' dependencies:
```groovy
apt 'com.github.imperial-crystalline-recursion.abtestgen:ab-compiler:0.4'
compile 'com.github.imperial-crystalline-recursion.abtestgen:ab-annotations:0.4'
compile 'com.github.imperial-crystalline-recursion.abtestgen:ab-lib:0.4'
apt 'com.github.imperial-crystalline-recursion.abtestgen:ab-compiler:0.4.1'
compile 'com.github.imperial-crystalline-recursion.abtestgen:ab-annotations:0.4.1'
compile 'com.github.imperial-crystalline-recursion.abtestgen:ab-lib:0.4.1'
```
2 changes: 1 addition & 1 deletion ab-annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.imperial-crystalline-recursion'
version='0.4'
version='0.4.1'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down
2 changes: 1 addition & 1 deletion ab-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'maven'

group='com.github.imperial-crystalline-recursion'
version='0.4'
version='0.4.1'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down
4 changes: 2 additions & 2 deletions ab-lib/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: 'com.github.dcendents.android-maven'

group='com.github.imperial-crystalline-recursion'
version='0.4'
version='0.4.1'

android {
compileSdkVersion 25
Expand All @@ -12,7 +12,7 @@ android {
minSdkVersion 8
targetSdkVersion 25
versionCode 1
versionName "0.4"
versionName "0.4.1"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 9
targetSdkVersion 25
versionCode 2
versionName "0.4"
versionName "0.4.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 94714d9

Please sign in to comment.