Skip to content

Commit f68b8d5

Browse files
dodgexWonderCsabo
authored andcommitted
Update sample projects
1 parent e945f94 commit f68b8d5

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

examples/RoboGuiceExample/build.gradle

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

1818
apply plugin: 'com.android.application'
1919
apply plugin: 'com.neenbedankt.android-apt'
20-
def AAVersion = '4.1.0'
20+
def AAVersion = '4.2.0-SNAPSHOT' // change this to your desired version, for example the latest stable: 4.1.0
2121

2222
dependencies {
2323
apt "org.androidannotations:androidannotations:$AAVersion"

examples/gradle/build.gradle

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

1818
apply plugin: 'com.android.application'
1919
apply plugin: 'com.neenbedankt.android-apt'
20-
def AAVersion = '4.1.0'
20+
def AAVersion = '4.2.0-SNAPSHOT' // change this to your desired version, for example the latest stable: 4.1.0
2121

2222
dependencies {
2323
apt "org.androidannotations:androidannotations:$AAVersion"

examples/kotlin/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
apply plugin: 'kotlin-android'
18-
def AAVersion = '4.1.0'
18+
def AAVersion = '4.2.0-SNAPSHOT' // change this to your desired version, for example the latest stable: 4.1.0
1919

2020
dependencies {
2121
kapt "org.androidannotations:androidannotations:$AAVersion"

examples/maven/pom.xml

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

16-
<androidannotations.version>4.1.0</androidannotations.version>
16+
<!-- change this to your desired version, for example the latest stable: 4.1.0 -->
17+
<androidannotations.version>4.2.0-SNAPSHOT</androidannotations.version>
1718
</properties>
1819

1920
<dependencies>

0 commit comments

Comments
 (0)