rebuilt example project for CC26XX
This commit is contained in:
58
android-example/web-api/build.gradle
Executable file → Normal file
58
android-example/web-api/build.gradle
Executable file → Normal file
@@ -1,29 +1,29 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
signingConfigs {
|
||||
}
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion '27.0.3'
|
||||
defaultConfig {
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 27
|
||||
versionCode 1
|
||||
versionName "0.1.2"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
versionNameSuffix '0.1.2'
|
||||
}
|
||||
}
|
||||
productFlavors {
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile files('libs/gson-2.8.0.jar')
|
||||
compile files('libs/okhttp-3.7.0.jar')
|
||||
compile files('libs/okio-1.12.0.jar')
|
||||
}
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
signingConfigs {
|
||||
}
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion '27.0.3'
|
||||
defaultConfig {
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 27
|
||||
versionCode 1
|
||||
versionName "0.1.2"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
versionNameSuffix '0.1.2'
|
||||
}
|
||||
}
|
||||
productFlavors {
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile files('libs/gson-2.8.0.jar')
|
||||
compile files('libs/okhttp-3.7.0.jar')
|
||||
compile files('libs/okio-1.12.0.jar')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user