Skip to content

Commit

Permalink
new geckoview version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashoechst committed Jul 23, 2019
1 parent 5051c2e commit fe1fc06
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .idea/codeStyles/Project.xml

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

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

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

8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

repositories {
maven {
url 'https://index.taskcluster.net/v1/task/gecko.v2.mozilla-central.nightly.latest.mobile.android-api-16-opt/artifacts/public/android/maven'
url 'https://index.taskcluster.net/v1/task/gecko.v2.mozilla-release.nightly.revision.030d57eb3450b3dd94170f24dc0fc5d77366ce5a.mobile.android-api-16-opt/artifacts/public/android/maven/'
}
}

Expand All @@ -38,5 +42,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.google.code.gson:gson:2.8.4'
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'
implementation 'org.mozilla:geckoview-nightly-armeabi-v7a:+'
implementation 'org.mozilla.geckoview:geckoview-armeabi-v7a:+'
}

0 comments on commit fe1fc06

Please sign in to comment.