Skip to content

Commit 9cf2f4a

Browse files
committed
Udate AA version in example projects
1 parent 1b33dcc commit 9cf2f4a

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
@@ -16,7 +16,7 @@ repositories {
1616

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

19-
def AAVersion = "4.5.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.4.0
19+
def AAVersion = "4.6.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.5.0
2020
dependencies {
2121
annotationProcessor "org.androidannotations:androidannotations:$AAVersion"
2222
implementation "org.androidannotations:androidannotations-api:$AAVersion"

examples/gradle/build.gradle

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

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

19-
def AAVersion = "4.5.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.4.0
19+
def AAVersion = "4.6.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.5.0
2020
dependencies {
2121
annotationProcessor "org.androidannotations:androidannotations:$AAVersion"
2222
implementation "org.androidannotations:androidannotations-api:$AAVersion"

examples/kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ allOpen {
4747
// }
4848
//}
4949

50-
def AAVersion = "4.5.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.4.0
50+
def AAVersion = "4.6.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.5.0
5151

5252
dependencies {
5353
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.4.0 -->
17-
<androidannotations.version>4.5.0-SNAPSHOT</androidannotations.version>
16+
<!-- change this to your desired version, for example the latest stable: 4.5.0 -->
17+
<androidannotations.version>4.6.0-SNAPSHOT</androidannotations.version>
1818
</properties>
1919

2020
<dependencies>

0 commit comments

Comments
 (0)