Skip to content

Commit

Permalink
update gradle 8.2.1 -> 8.2.2
Browse files Browse the repository at this point in the history
cosmetic wording fix in comment
  • Loading branch information
nuss committed Jan 24, 2024
1 parent a20a9fc commit c557a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -603,7 +603,7 @@ public class CameraPreview extends SurfaceView implements SurfaceHolder.Callback
int numPixels = res.x * res.y;

// TODO: if user has set to start app with settings stored on last quit
// values should be set to was stored on quit
// values should be set to what was stored on quit
for (int i = 0; i < numPixels; i++) {
if (mRedValues.size() < numPixels)
mRedValues.add(null);
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.1'
classpath 'com.android.tools.build:gradle:8.2.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit c557a2e

Please sign in to comment.