Skip to content

Commit

Permalink
upgrade example and test dependencies to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Apr 29, 2020
1 parent 90ff6f6 commit 0cce6c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext {
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'
greendaoPlugin: 'org.greenrobot:greendao-gradle-plugin:3.3.0'
]
}

Expand Down
4 changes: 2 additions & 2 deletions examples/DaoExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2'
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0'
}
}

Expand Down Expand Up @@ -42,7 +42,7 @@ greendao {
}

dependencies {
implementation 'org.greenrobot:greendao:3.2.2'
implementation 'org.greenrobot:greendao:3.3.0'

// optional: add if you want to use encrypted databases, see the App class for details
// implementation 'net.zetetic:android-database-sqlcipher:3.5.6'
Expand Down
4 changes: 2 additions & 2 deletions examples/RxDaoExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2'
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0'
}
}

Expand Down Expand Up @@ -36,7 +36,7 @@ greendao {
}

dependencies {
implementation 'org.greenrobot:greendao:3.2.2'
implementation 'org.greenrobot:greendao:3.3.0'

// optional: add if you want to use encrypted databases, see the App class for details
// implementation 'net.zetetic:android-database-sqlcipher:3.5.6'
Expand Down

0 comments on commit 0cce6c0

Please sign in to comment.