File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
androidTest/java/com/dvsnier/cache
test/java/com/dvsnier/cache Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
5- version = " 0.0.3 "
5+ version = " 0.0.4 "
66group = " com.dvsnier"
77
88def siteUrl = ' https://github.com/DovSnier/cacheKit'
99def gitUrl = ' git@github.com:DovSnier/cacheKit.git'
1010
1111android {
12- compileSdkVersion 26
12+ compileSdkVersion 25
1313 buildToolsVersion " 25.0.2"
1414
1515 defaultConfig {
1616 minSdkVersion 10
1717 targetSdkVersion 26
18- versionCode 3
18+ versionCode 4
1919 versionName version
2020
2121 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 1- package com .dvsnier ;
1+ package com .dvsnier . cache ;
22
33import android .content .Context ;
44import android .support .test .InstrumentationRegistry ;
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.dvsnier" >
2+ package =" com.dvsnier.cache " >
33
4- <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
5- <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
4+ <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
5+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
66
77 <application
88 android : allowBackup =" true"
Original file line number Diff line number Diff line change 1- package com .dvsnier ;
1+ package com .dvsnier . cache ;
22
33import org .junit .Test ;
44
You can’t perform that action at this time.
0 commit comments