File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ apply plugin: 'com.neenbedankt.android-apt'
50
50
```
51
51
Then, you'll want to bang these bad boys into your ` build.gradle ` s' dependencies:
52
52
``` 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 '
56
56
```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'java'
2
2
apply plugin : ' com.github.dcendents.android-maven'
3
3
4
4
group= ' com.github.imperial-crystalline-recursion'
5
- version= ' 0.4'
5
+ version= ' 0.4.1 '
6
6
7
7
sourceCompatibility = 1.7
8
8
targetCompatibility = 1.7
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'java'
4
4
apply plugin : ' maven'
5
5
6
6
group= ' com.github.imperial-crystalline-recursion'
7
- version= ' 0.4'
7
+ version= ' 0.4.1 '
8
8
9
9
sourceCompatibility = 1.7
10
10
targetCompatibility = 1.7
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' com.github.dcendents.android-maven'
3
3
4
4
group= ' com.github.imperial-crystalline-recursion'
5
- version= ' 0.4'
5
+ version= ' 0.4.1 '
6
6
7
7
android {
8
8
compileSdkVersion 25
@@ -12,7 +12,7 @@ android {
12
12
minSdkVersion 8
13
13
targetSdkVersion 25
14
14
versionCode 1
15
- versionName " 0.4"
15
+ versionName " 0.4.1 "
16
16
}
17
17
buildTypes {
18
18
release {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
11
11
minSdkVersion 9
12
12
targetSdkVersion 25
13
13
versionCode 2
14
- versionName " 0.4"
14
+ versionName " 0.4.1 "
15
15
}
16
16
buildTypes {
17
17
release {
You can’t perform that action at this time.
0 commit comments