mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
Revert "Revert "fixed #1088""
This commit is contained in:
parent
d111025012
commit
713e92c28f
6 changed files with 190 additions and 9 deletions
|
@ -1,15 +1,31 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.3.3'
|
||||
classpath 'com.android.tools.build:gradle:2.3.3'
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven {
|
||||
url 'https://maven.google.com'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// compile "com.android.support:support-v4:26.1.0"
|
||||
// compile "com.android.support:support-v13:26.1.0"
|
||||
// compile "com.android.support:cardview-v7:26.1.0"
|
||||
// compile "com.android.support:appcompat-v7:26.1.0"
|
||||
compile 'com.android.support:support-v4:25.3.1'
|
||||
compile 'com.android.support:design:25.3.1'
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion "25.0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue