From db04a11e4228a636cee027a96efd8102d5b899a0 Mon Sep 17 00:00:00 2001 From: raulhaag <2048339+raulhaag@users.noreply.github.com> Date: Fri, 10 Apr 2020 14:17:27 -0300 Subject: [PATCH] change version to try trigger F-droid and see if the changes work --- app/build.gradle | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a57a32ba..b1ebc27d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,8 +5,8 @@ android { buildToolsVersion '29.0.3' defaultConfig { applicationId "ar.rulosoft.mimanganu" - versionCode 126 - versionName "1.126" + versionCode 127 + versionName "1.127" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" minSdkVersion 15 } @@ -28,7 +28,7 @@ android { release { lintOptions { disable 'MissingTranslation' - disable 'NewApi' //Avoid problems in Android Studio 2.4 preview 6 + //disable 'NewApi' //Avoid problems in Android Studio 2.4 preview 6 } minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' @@ -70,6 +70,9 @@ configurations.all { } dependencies { + api project(':imageviewtouchlibrary') + fdroidApi project(':fakegps') + implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.google.android.material:material:1.1.0' @@ -79,29 +82,25 @@ dependencies { implementation 'androidx.preference:preference:1.1.0' implementation 'com.github.sevar83:indeterminate-checkbox:1.0.5@aar' implementation group: 'org.brotli', name: 'dec', version: '0.1.2' - //leave it to future version implementation group: 'org.mozilla', name: 'javascript', version: '1.7.2' - //implementation group: 'com.github.junrar', name: 'junrar', version: '4.0.0' - api project(':imageviewtouchlibrary') implementation 'com.github.raulhaag:RapidDecoder:0.3.0ax' - // implementation 'rapid.decoder:library:0.3.0' - // implementation 'rapid.decoder:jpeg-decoder:0.3.0' - // implementation 'rapid.decoder:png-decoder:0.3.0' implementation 'com.squareup.okhttp3:okhttp:3.9.1' //on 3.10.0 are deprecated some ciphers implementation 'com.squareup.okio:okio:1.15.0' implementation 'com.squareup.duktape:duktape-android:1.2.0'/* v 1.2.0 need 4+mb extra*/ implementation 'com.github.franmontiel:PersistentCookieJar:v1.0.1' implementation 'com.evernote:android-job:1.4.2' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + githubImplementation 'com.google.android.gms:play-services-base:11.0.0' - //implementation 'ch.acra:acra:4.9.2' - fdroidApi project(':fakegps') + + // for device-based testing androidTestImplementation 'androidx.annotation:annotation:1.1.0' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' androidTestImplementation 'androidx.test:rules:1.2.0' androidTestImplementation 'junit:junit:4.13' + // for host-based testing testImplementation 'junit:junit:4.13' testImplementation 'org.robolectric:robolectric:4.3.1'