android / codelab-android-direct-share

Apache License 2.0
9 stars 6 forks source link

Bumps versions update for AFox #7

Closed osuleymanova closed 2 years ago

osuleymanova commented 2 years ago

Kotlin, gradle and AGP versions updated compileSdk and targetSdk versions updated android:exported="true" in Manifest set libraries versions updated jcenter() replaced with mavenCentral() apply plugin: 'kotlin-android-extensions' removed kotlin-stdlib-jdk7:${versions.kotlin_version} removed gradle.properties added

manuelvicnt commented 2 years ago

Hi Oxana, CI is failing because it requires JDK 11. Can you please replace the content in .github/workflows/build_test.yml line 29 with the following? Thanks!

    - name: set up JDK
      uses: actions/setup-java@v1
      with:
        java-version: 11
osuleymanova commented 2 years ago

Hi @manuelvicnt, thanks a lot for your comment. The content is replaced.

manuelvicnt commented 2 years ago

@osuleymanova thanks for the changes! Merging it now :)