Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ELynx committed Sep 8, 2016
1 parent 0af0fb7 commit 1b52863
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion '23.0.3'

repositories {
jcenter()
maven { url 'https://jitpack.io' }
}

defaultConfig {
applicationId "com.elynx.pogoxmitm"
minSdkVersion 16
Expand Down Expand Up @@ -31,4 +37,7 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
provided 'de.robv.android.xposed:api:53'
provided 'de.robv.android.xposed:api:53:sources'
compile 'com.google.protobuf:protobuf-java:3.0.0'
compile 'commons-io:commons-io:2.4'
compile 'com.squareup.moshi:moshi:1.2.0'
}

0 comments on commit 1b52863

Please sign in to comment.