Skip to content

Commit

Permalink
build tweaks and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Aug 13, 2024
1 parent d5946b8 commit 6df5a4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand Down
5 changes: 4 additions & 1 deletion .localrun/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN apt-get update && \
ssh gzip tar \
coreutils \
curl \
python \
libncurses5

ENV _ANDROID_SDK_FILE_XX="sdk-tools-linux-4333796.zip"
Expand Down Expand Up @@ -47,3 +46,7 @@ RUN apt-get update && \
openjdk-8-jdk

RUN touch /installing_more_system_packages_done

RUN apt-get update && \
apt-get -y --force-yes install \
python
2 changes: 1 addition & 1 deletion android-refimpl-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath "com.gradle:build-scan-plugin:1.13.4"
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.4'
// classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.4'

classpath 'com.android.tools.build:gradle:3.4.0'
// classpath "com.android.tools.build:gradle-experimental:0.11.1"
Expand Down

0 comments on commit 6df5a4a

Please sign in to comment.