diff --git a/android-app/.idea/.name b/android-app/.idea/.name index 7280d21..6bacb7f 100644 --- a/android-app/.idea/.name +++ b/android-app/.idea/.name @@ -1 +1 @@ -HackU3 \ No newline at end of file +android-app \ No newline at end of file diff --git a/android-app/.idea/gradle.xml b/android-app/.idea/gradle.xml index 736c7b5..2cbb09b 100644 --- a/android-app/.idea/gradle.xml +++ b/android-app/.idea/gradle.xml @@ -3,8 +3,9 @@ - + + + diff --git a/android-app/app/app.iml b/android-app/app/app.iml index cf5f566..91b4018 100644 --- a/android-app/app/app.iml +++ b/android-app/app/app.iml @@ -9,7 +9,6 @@ - + + - - - + - - - - - - - - - + - - + - + + + - + diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle index bcbcefa..e67c0e8 100644 --- a/android-app/app/build.gradle +++ b/android-app/app/build.gradle @@ -14,6 +14,9 @@ apply plugin: 'hugo' android { compileSdkVersion 21 buildToolsVersion "21.1.2" + dexOptions { + jumboMode true + } defaultConfig { applicationId "com.mateoj.hacku3" @@ -27,6 +30,10 @@ android { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } + debug { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' + } } } @@ -48,8 +55,7 @@ dependencies { compile 'com.squareup.picasso:picasso:2.5.0' compile 'com.squareup.retrofit:retrofit:1.9.0' compile 'com.github.satyan:sugar:1.3' - compile 'com.github.johnpersano:supertoasts:1.3.4@aar' compile 'com.github.theDazzler:droidicon:0.1.6@aar' - compile 'com.google.apis:google-api-services-youtube:v3-rev126-1.19.1' compile files('libs/Parse-1.7.1.jar') + compile 'com.parse.bolts:bolts-android:1.+' } diff --git a/android-app/app/src/main/AndroidManifest.xml b/android-app/app/src/main/AndroidManifest.xml index 85c2edc..23218e9 100644 --- a/android-app/app/src/main/AndroidManifest.xml +++ b/android-app/app/src/main/AndroidManifest.xml @@ -6,11 +6,14 @@ + + questionsAnswered; + + List