Skip to content

Commit

Permalink
Fix android x
Browse files Browse the repository at this point in the history
  • Loading branch information
00sanoj00 committed Jan 8, 2021
1 parent 11343b6 commit 2eacf71
Show file tree
Hide file tree
Showing 28 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation project(path: ':NiceCrashReport')
implementation project(path: ':crashnic')
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
Expand Down
File renamed without changes.
10 changes: 4 additions & 6 deletions NiceCrashReport/build.gradle → crashnic/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
plugins {
id 'com.android.library'
id 'com.github.dcendents.android-maven'
}
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.00sanoj00'

android {
Expand All @@ -11,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 29
versionCode 5
versionName "1.5"
versionCode 6
versionName "1.6"
}

buildTypes {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include ':NiceCrashReport'
include ':crashnic'
include ':app'
rootProject.name = "NiceCrashReport"

0 comments on commit 2eacf71

Please sign in to comment.