mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
try to fix working of service on api 26+
This commit is contained in:
parent
5f7dda5ba8
commit
5e7a21e177
3 changed files with 38 additions and 9 deletions
|
@ -17,6 +17,10 @@ repositories {
|
|||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-compat:28.0.0'
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion "28.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue