Skip to content
Snippets Groups Projects
Commit 32d6ca7b authored by Leo Ma's avatar Leo Ma
Browse files

Update gradle building


Signed-off-by: default avatarLeo Ma <begeekmyfriend@gmail.com>
parent e884d8e6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,7 +9,7 @@ android {
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionName "1.8"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Loading
Loading
@@ -25,6 +25,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:appcompat-v7:25.2.0'
compile project(path: ':library')
}
Loading
Loading
@@ -8,7 +8,7 @@ android {
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.7"
versionName "1.8"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk {
Loading
Loading
@@ -28,6 +28,6 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:appcompat-v7:25.2.0'
testCompile 'junit:junit:4.12'
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment