diff --git a/example/ivy/android/app/build.gradle b/example/ivy/android/app/build.gradle index 5ff9045..5e87d10 100644 --- a/example/ivy/android/app/build.gradle +++ b/example/ivy/android/app/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 22 - buildToolsVersion "22.0.1" + compileSdkVersion 23 + buildToolsVersion "23.0.3" defaultConfig { applicationId 'org.golang.ivy' minSdkVersion 15 - targetSdkVersion 22 + targetSdkVersion 23 versionCode 3 versionName '1.0.2' } @@ -22,6 +22,6 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.android.support:appcompat-v7:22.1.1' + compile 'com.android.support:appcompat-v7:23.3.0' compile project(':ivy') } diff --git a/example/ivy/android/ivy/build.gradle b/example/ivy/android/ivy/build.gradle index 19c7d73..bf0a5ac 100644 --- a/example/ivy/android/ivy/build.gradle +++ b/example/ivy/android/ivy/build.gradle @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. plugins { - id "org.golang.mobile.bind" version "0.2.4" + id "org.golang.mobile.bind" version "0.2.6" } gobind {