Skip to content

Commit

Permalink
Updated coderad dependency in generate-app-project.rpf to 2.0-pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Jul 21, 2021
1 parent 9f22026 commit 5862d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-app-project.rpf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ template.packageName=com.example.tweetapp
<dependency>
<groupId>com.codenameone</groupId>
<artifactId>coderad-lib</artifactId>
<version>2.0-PREVIEW2</version>
<version>2.0-pre4</version>
<type>pom</type>
</dependency>
<dependency>
Expand All @@ -26,7 +26,7 @@ template.packageName=com.example.tweetapp
<dependency>
<groupId>com.codenameone</groupId>
<artifactId>coderad-annotation-processor</artifactId>
<version>2.0-PREVIEW2</version>
<version>2.0-pre4</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 5862d47

Please sign in to comment.