Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2287 from androidannotations/update-examples
Browse files Browse the repository at this point in the history
Update examples
  • Loading branch information
WonderCsabo committed Nov 19, 2020
2 parents bf3b6e4 + 9404f0e commit 5256633
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/RoboGuiceExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {

apply plugin: "com.android.application"

def AAVersion = "4.8.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.7.0
def AAVersion = "4.9.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.8.0
dependencies {
annotationProcessor "org.androidannotations:androidannotations:$AAVersion"
implementation "org.androidannotations:androidannotations-api:$AAVersion"
Expand Down
2 changes: 1 addition & 1 deletion examples/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {

apply plugin: "com.android.application"

def AAVersion = "4.8.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.7.0
def AAVersion = "4.9.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.8.0
dependencies {
annotationProcessor "org.androidannotations:androidannotations:$AAVersion"
implementation "org.androidannotations:androidannotations-api:$AAVersion"
Expand Down
2 changes: 1 addition & 1 deletion examples/kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ allOpen {
// correctErrorTypes = true // add this if you use data binding
//}

def AAVersion = "4.8.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.7.0
def AAVersion = "4.9.0-SNAPSHOT" // change this to your desired version, for example the latest stable: 4.8.0

dependencies {
kapt "org.androidannotations:androidannotations:$AAVersion"
Expand Down
6 changes: 3 additions & 3 deletions examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<android.platform>16</android.platform>
<java.version>1.6</java.version>

<!-- change this to your desired version, for example the latest stable: 4.7.0 -->
<androidannotations.version>4.8.0-SNAPSHOT</androidannotations.version>
<!-- change this to your desired version, for example the latest stable: 4.8.0 -->
<androidannotations.version>4.9.0-SNAPSHOT</androidannotations.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -53,7 +53,7 @@
<plugin>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
<configuration>
<sdk>
<platform>${android.platform}</platform>
Expand Down

0 comments on commit 5256633

Please sign in to comment.