Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9a1347e authored by vince-bourgmayer's avatar vince-bourgmayer
Browse files

remove commented code relative to crashAnalytics

parent e4291e28
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -49,22 +49,17 @@ android {
}
repositories {
    maven { url "https://jitpack.io" }
    //maven { url 'https://maven.fabric.io/public' }
}

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:26.1.0'
    implementation 'com.android.support.constraint:constraint-layout:1.0.2'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test:rules:1.0.2'
    androidTestImplementation 'com.android.support:support-annotations:27.1.1'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
    api 'com.github.nextcloud:android-library:1.1.0'
    /*api('com.crashlytics.sdk.android:crashlytics:2.9.2@aar') {
        transitive = true;
    }*/
    api 'com.android.support:support-annotations:27.1.1'

}
+0 −3
Original line number Diff line number Diff line
@@ -70,8 +70,5 @@ http://www.gnu.org/licenses/gpl.html
                <action android:name="android.intent.action.MY_PACKAGE_REPLACED"/>
            </intent-filter>
        </receiver>
        <!--<meta-data
            android:name="io.fabric.ApiKey"
            android:value="63e8fd2ffc15b7b187bd369a9c0535e9fe151e8a" />-->
    </application>
</manifest>