diff --git a/build.gradle b/build.gradle index f1dcf29..3112f15 100644 --- a/build.gradle +++ b/build.gradle @@ -28,8 +28,8 @@ apply from: "publish.gradle" // Version number used for simpledialogfragments library, testApp and maven repository ext { - VERSION = '3.5.1' - VERSION_NR = 351 + VERSION = '3.5.2' + VERSION_NR = 352 } diff --git a/simpledialogfragments/build.gradle b/simpledialogfragments/build.gradle index b9781b4..eeab184 100644 --- a/simpledialogfragments/build.gradle +++ b/simpledialogfragments/build.gradle @@ -17,15 +17,14 @@ android { consumerProguardFiles 'proguard-rules.pro' } } - - lintOptions{ + lint { checkDependencies true disable 'MissingTranslation' } } dependencies { - implementation project(':lintchecks') + debugImplementation project(':lintchecks') lintChecks project(':lintchecks') lintPublish project(':lintchecks') diff --git a/testApp/build.gradle b/testApp/build.gradle index 4091eba..1221aff 100644 --- a/testApp/build.gradle +++ b/testApp/build.gradle @@ -35,6 +35,14 @@ dependencies { implementation 'com.google.android.material:material:1.2.1' implementation 'com.google.android.flexbox:flexbox:3.0.0' implementation 'com.google.zxing:core:3.3.3' + + // sonatype maven + //implementation 'io.github.eltos:simpledialogfragments:3.5.1' + + // jitpack + //implementation 'com.github.eltos:simpledialogfragments:v3.5' + + // local project api project(path: ':simpledialogfragments') - lintChecks project(':lintchecks') + } diff --git a/testApp/src/main/AndroidManifest.xml b/testApp/src/main/AndroidManifest.xml index 28eddb7..b08c8a0 100644 --- a/testApp/src/main/AndroidManifest.xml +++ b/testApp/src/main/AndroidManifest.xml @@ -10,7 +10,8 @@ android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> - +