Loading .idea/caches/build_file_checksums.ser (539 B) File changed.No diff preview for this file type. View original file View changed file app/build.gradle +0 −5 Original line number Diff line number Diff line Loading @@ -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' } app/src/main/AndroidManifest.xml +0 −3 Original line number Diff line number Diff line Loading @@ -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> Loading
.idea/caches/build_file_checksums.ser (539 B) File changed.No diff preview for this file type. View original file View changed file
app/build.gradle +0 −5 Original line number Diff line number Diff line Loading @@ -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' }
app/src/main/AndroidManifest.xml +0 −3 Original line number Diff line number Diff line Loading @@ -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>