douglascraigschmidt / LiveLessons

This repository contains all the source code examples from my LiveLessons course on "Java Concurrent Programming" and my various LiveTraining courses, as described at http://www.dre.vanderbilt.edu/~schmidt/DigitalLearning.
596 stars 665 forks source link

Fix semantic errors and upgrade the version of Gradle and Android Gradle Plugin #24

Closed hogimn closed 1 year ago

hogimn commented 1 year ago

1. Fix semantic errors

Use ImageStreamReactor1 and Reactor2 implementation in ImageStreamGang factory method.

2. Upgrade the version of Gradle and Android Gradle Plugin

I tried to build the Android project of ImageStreamGang, but it failed. Android Studio (Giraffe 2022.3.1) requires at least the version 3.2 of Android Gradle Plugin. Thus, I upgraded the version of Android Gradle Plugin to 7.3.1 along with Gradle to 7.5.1. (Each version of Android Gradle Plugin has the minimum required Gradle version.)

Reference: https://developer.android.com/studio/releases/gradle-plugin

Thank you ^0^

douglascraigschmidt commented 1 year ago

Thanks very much!