Skip to content

Commit 94714d9

Browse files
committed
0.4.1
1 parent 070c55b commit 94714d9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ apply plugin: 'com.neenbedankt.android-apt'
5050
```
5151
Then, you'll want to bang these bad boys into your `build.gradle`s' dependencies:
5252
```groovy
53-
apt 'com.github.imperial-crystalline-recursion.abtestgen:ab-compiler:0.4'
54-
compile 'com.github.imperial-crystalline-recursion.abtestgen:ab-annotations:0.4'
55-
compile 'com.github.imperial-crystalline-recursion.abtestgen:ab-lib:0.4'
53+
apt 'com.github.imperial-crystalline-recursion.abtestgen:ab-compiler:0.4.1'
54+
compile 'com.github.imperial-crystalline-recursion.abtestgen:ab-annotations:0.4.1'
55+
compile 'com.github.imperial-crystalline-recursion.abtestgen:ab-lib:0.4.1'
5656
```

ab-annotations/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'java'
22
apply plugin: 'com.github.dcendents.android-maven'
33

44
group='com.github.imperial-crystalline-recursion'
5-
version='0.4'
5+
version='0.4.1'
66

77
sourceCompatibility = 1.7
88
targetCompatibility = 1.7

ab-compiler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'maven'
55

66
group='com.github.imperial-crystalline-recursion'
7-
version='0.4'
7+
version='0.4.1'
88

99
sourceCompatibility = 1.7
1010
targetCompatibility = 1.7

ab-lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33

44
group='com.github.imperial-crystalline-recursion'
5-
version='0.4'
5+
version='0.4.1'
66

77
android {
88
compileSdkVersion 25
@@ -12,7 +12,7 @@ android {
1212
minSdkVersion 8
1313
targetSdkVersion 25
1414
versionCode 1
15-
versionName "0.4"
15+
versionName "0.4.1"
1616
}
1717
buildTypes {
1818
release {

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 9
1212
targetSdkVersion 25
1313
versionCode 2
14-
versionName "0.4"
14+
versionName "0.4.1"
1515
}
1616
buildTypes {
1717
release {

0 commit comments

Comments
 (0)