Skip to content

Commit b78df35

Browse files
updated versions.
1 parent dc721c5 commit b78df35

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

JniBitmapOperationsLibrary/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<uses-sdk
77
android:minSdkVersion="8"
8-
android:targetSdkVersion="19" />
8+
android:targetSdkVersion="23" />
99

1010

1111
</manifest>

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

3-
task wrapper(type: Wrapper) {
4-
gradleVersion = '2.2'
5-
}
3+
//task wrapper(type: Wrapper) {
4+
// gradleVersion = '2.2'
5+
//}
66

77
buildscript {
88
repositories {
@@ -23,6 +23,6 @@ allprojects {
2323
}
2424

2525
ext {
26-
propBuildToolsVersion = '22.0.1'
27-
propCompileSdkVersion = 22
26+
propBuildToolsVersion = '23.0.2'
27+
propCompileSdkVersion = 23
2828
}

sample/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<uses-sdk
88
android:minSdkVersion="8"
9-
android:targetSdkVersion="19" />
9+
android:targetSdkVersion="23" />
1010

1111
<application
1212
android:allowBackup="true"

0 commit comments

Comments
 (0)