Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
203da3ab
Commit
203da3ab
authored
Sep 04, 2019
by
Tobias Wich
Browse files
Use android 10 build tools
parent
06c76bca
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/android-lib/build.gradle
View file @
203da3ab
...
...
@@ -4,7 +4,7 @@ buildscript {
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
4.1
'
classpath
'com.android.tools.build:gradle:3.
5.0
'
classpath
'digital.wup:android-maven-publish:3.6.2'
}
}
...
...
@@ -15,12 +15,12 @@ apply plugin: 'digital.wup.android-maven-publish'
android
{
compileSdkVersion
2
8
buildToolsVersion
'2
8
.0.
3
'
compileSdkVersion
2
9
buildToolsVersion
'2
9
.0.
2
'
defaultConfig
{
minSdkVersion
17
targetSdkVersion
2
8
targetSdkVersion
2
9
//testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled
true
}
...
...
@@ -74,10 +74,11 @@ configurations {
dependencies
{
implementation
'com.android.support:appcompat-v7:28.0.0'
//implementation 'androidx.appcompat:appcompat:1.0.0'
//androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
// exclude group: 'com.android.support', module: 'support-annotations'
//})
//testImplementation 'junit:junit:4.12'
//androidTestImplementation 'com.android.support.test:runner:1.0.2'
//androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
// necessary dependencies which are not packed into the aar
api
'org.slf4j:slf4j-api:1.7.25'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment