Skip to content

Commit

Permalink
prep 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Apr 28, 2020
1 parent 42de115 commit 90ff6f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2' // add plugin
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0' // add plugin
}
}
```
Expand All @@ -48,7 +48,7 @@ apply plugin: 'com.android.application'
apply plugin: 'org.greenrobot.greendao' // apply plugin
dependencies {
implementation 'org.greenrobot:greendao:3.2.2' // add library
implementation 'org.greenrobot:greendao:3.3.0' // add library
}
```

Expand Down
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Sub projects may reference rootProject.version
version = '3.2.3-SNAPSHOT'
version = '3.3.0'

wrapper {
distributionType = Wrapper.DistributionType.ALL
Expand All @@ -14,6 +14,8 @@ ext {
// common dependencies for Android projects (not to be used in example projects for better copy and paste)
dep = [
androidPlugin: 'com.android.tools.build:gradle:3.5.3',

// Used only in tests, should point to the latest *published* version (not relevant to publishing)
greendaoPlugin: 'org.greenrobot:greendao-gradle-plugin:3.2.2'
]
}
Expand Down

0 comments on commit 90ff6f6

Please sign in to comment.