Skip to content

Commit

Permalink
some version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Aug 30, 2017
1 parent 7cce9e1 commit 082983d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@
build/
/captures
.externalNativeBuild
default.json.bak
8 changes: 4 additions & 4 deletions app/build.gradle
Expand Up @@ -11,13 +11,13 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "io.objectbox:objectbox-gradle-plugin:0.9.12.1"
classpath 'io.realm:realm-gradle-plugin:3.3.1'
classpath "io.objectbox:objectbox-gradle-plugin:0.9.16-RC2"
classpath 'io.realm:realm-gradle-plugin:3.5.0'
}
}

apply plugin: 'io.objectbox'
apply plugin: 'com.android.application'
apply plugin: 'io.objectbox'
apply plugin: 'realm-android'

repositories {
Expand Down Expand Up @@ -62,7 +62,7 @@ android {
}

dependencies {
compile 'io.objectbox:objectbox-android:0.9.12'
compile 'io.objectbox:objectbox-android:0.9.16-RC2'
compile 'org.greenrobot:greendao:3.2.2'
compile 'org.greenrobot:essentials:3.0.0-RC1'
}
10 changes: 7 additions & 3 deletions app/objectbox-models/default.json
Expand Up @@ -48,7 +48,8 @@
"id": "10:8979168811650087844",
"name": "simpleByteArray"
}
]
],
"relations": []
},
{
"id": "2:1960446593108937414",
Expand Down Expand Up @@ -97,15 +98,18 @@
"id": "10:7622112042154959206",
"name": "simpleByteArray"
}
]
],
"relations": []
}
],
"lastEntityId": "2:1960446593108937414",
"lastIndexId": "2:2825443978184014074",
"lastRelationId": "0:0",
"lastSequenceId": "0:0",
"modelVersion": 2,
"modelVersion": 3,
"retiredEntityUids": [],
"retiredIndexUids": [],
"retiredPropertyUids": [],
"retiredRelationUids": [],
"version": 1
}
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url "http://objectbox.net/beta-repo/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 082983d

Please sign in to comment.