File tree 3 files changed +7
-7
lines changed
JniBitmapOperationsLibrary
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<uses-sdk
7
7
android : minSdkVersion =" 8"
8
- android : targetSdkVersion =" 19 " />
8
+ android : targetSdkVersion =" 23 " />
9
9
10
10
11
11
</manifest >
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
- task wrapper (type : Wrapper ) {
4
- gradleVersion = ' 2.2'
5
- }
3
+ // task wrapper(type: Wrapper) {
4
+ // gradleVersion = '2.2'
5
+ // }
6
6
7
7
buildscript {
8
8
repositories {
@@ -23,6 +23,6 @@ allprojects {
23
23
}
24
24
25
25
ext {
26
- propBuildToolsVersion = ' 22 .0.1 '
27
- propCompileSdkVersion = 22
26
+ propBuildToolsVersion = ' 23 .0.2 '
27
+ propCompileSdkVersion = 23
28
28
}
Original file line number Diff line number Diff line change 6
6
7
7
<uses-sdk
8
8
android : minSdkVersion =" 8"
9
- android : targetSdkVersion =" 19 " />
9
+ android : targetSdkVersion =" 23 " />
10
10
11
11
<application
12
12
android : allowBackup =" true"
You can’t perform that action at this time.
0 commit comments