File tree 3 files changed +4
-9
lines changed
JniBitmapOperationsLibrary
3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
package =" com.example.jnibitmapoperationslibrary"
3
3
android : versionCode =" 1"
4
- android : versionName =" 1.0" >
5
-
6
- <uses-sdk
7
- android : minSdkVersion =" 8"
8
- android : targetSdkVersion =" 23" />
9
-
10
-
11
- </manifest >
4
+ android : versionName =" 1.0" />
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ android {
25
25
cFlags " -DANDROID_NDK_HOME"
26
26
stl " stlport_shared"
27
27
}
28
+ minSdkVersion 8
29
+ targetSdkVersion 23
28
30
}
29
31
30
32
externalNativeBuild {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
google()
11
11
}
12
12
dependencies {
13
- classpath ' com.android.tools.build:gradle:3.1.2 '
13
+ classpath ' com.android.tools.build:gradle:3.2.0 '
14
14
15
15
// NOTE: Do not place your application dependencies here; they belong
16
16
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments