diff --git a/oc_jb_workaround/AndroidManifest.xml b/oc_jb_workaround/AndroidManifest.xml
index 300086fae9..e84ffa0990 100644
--- a/oc_jb_workaround/AndroidManifest.xml
+++ b/oc_jb_workaround/AndroidManifest.xml
@@ -6,7 +6,7 @@
+ android:targetSdkVersion="23" />
-
\ No newline at end of file
+
diff --git a/oc_jb_workaround/build.gradle b/oc_jb_workaround/build.gradle
index 2fcc9f6c60..04f6131ace 100644
--- a/oc_jb_workaround/build.gradle
+++ b/oc_jb_workaround/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.2.3'
+ classpath 'com.android.tools.build:gradle:1.5.0'
}
}
-apply plugin: 'com.android.library'
+apply plugin: 'com.android.application'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 19
- buildToolsVersion "20.0.0"
+ compileSdkVersion 23
+ buildToolsVersion "23.0.2"
sourceSets {
main {
diff --git a/oc_jb_workaround/gradle/wrapper/gradle-wrapper.properties b/oc_jb_workaround/gradle/wrapper/gradle-wrapper.properties
index 1e61d1fd3a..0c44860eea 100644
--- a/oc_jb_workaround/gradle/wrapper/gradle-wrapper.properties
+++ b/oc_jb_workaround/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
+distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip
diff --git a/oc_jb_workaround/project.properties b/oc_jb_workaround/project.properties
index 4ab125693c..916037e334 100644
--- a/oc_jb_workaround/project.properties
+++ b/oc_jb_workaround/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-19
+target=android-23