Skip to content

Commit dccfdf2

Browse files
committed
Update AA version in example projects
1 parent 77aeb07 commit dccfdf2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/RoboGuiceExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515

1616
apply plugin: "com.android.application"
1717

18-
def AAVersion = "4.3.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.2.0
18+
def AAVersion = "4.4.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.3.0
1919
dependencies {
2020
annotationProcessor "org.androidannotations:androidannotations:$AAVersion"
2121
compile "org.androidannotations:androidannotations-api:$AAVersion"

examples/gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515

1616
apply plugin: "com.android.application"
1717

18-
def AAVersion = "4.3.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.2.0
18+
def AAVersion = "4.4.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.3.0
1919
dependencies {
2020
annotationProcessor "org.androidannotations:androidannotations:$AAVersion"
2121
compile "org.androidannotations:androidannotations-api:$AAVersion"

examples/kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ kapt {
3939
}
4040
}
4141

42-
def AAVersion = "4.3.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.2.0
42+
def AAVersion = "4.4.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.3.0
4343

4444
dependencies {
4545
kapt "org.androidannotations:androidannotations:$AAVersion"

examples/maven/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<android.platform>16</android.platform>
1414
<java.version>1.6</java.version>
1515

16-
<!-- change this to your desired version, for example the latest stable: 4.2.0 -->
17-
<androidannotations.version>4.3.0-SNAPSHOT</androidannotations.version>
16+
<!-- change this to your desired version, for example the latest stable: 4.3.0 -->
17+
<androidannotations.version>4.4.0-SNAPSHOT</androidannotations.version>
1818
</properties>
1919

2020
<dependencies>

0 commit comments

Comments
 (0)