mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 07:30:13 -04:00
Removed old apk that was included in source code
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
*.iml
|
*.iml
|
||||||
|
*.apk
|
||||||
.gradle
|
.gradle
|
||||||
/local.properties
|
/local.properties
|
||||||
/.idea/workspace.xml
|
/.idea/workspace.xml
|
||||||
|
Binary file not shown.
@@ -21,14 +21,14 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
compile 'com.android.support:appcompat-v7:27.0.2'
|
implementation 'com.android.support:appcompat-v7:27.0.2'
|
||||||
compile 'com.android.support:design:27.0.2'
|
implementation 'com.android.support:design:27.0.2'
|
||||||
compile 'com.android.support:support-v4:27.0.2'
|
implementation 'com.android.support:support-v4:27.0.2'
|
||||||
compile 'com.android.support:percent:27.0.2'
|
implementation 'com.android.support:percent:27.0.2'
|
||||||
compile 'com.android.support:recyclerview-v7:27.0.2'
|
implementation 'com.android.support:recyclerview-v7:27.0.2'
|
||||||
compile 'com.google.android.gms:play-services-ads:11.8.0'
|
implementation 'com.google.android.gms:play-services-ads:11.8.0'
|
||||||
compile 'net.danlew:android.joda:2.9.7'
|
implementation 'net.danlew:android.joda:2.9.7'
|
||||||
compile 'com.android.support.constraint:constraint-layout:1.0.2'
|
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
||||||
testCompile 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user