Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
change version to try trigger F-droid and see if the changes work
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Apr 10, 2020
1 parent 3042096 commit db04a11
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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'
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit db04a11

Please sign in to comment.