Skip to content

Commit

Permalink
before migrating to targetSdkVersion 34...
Browse files Browse the repository at this point in the history
  • Loading branch information
nuss committed Jan 5, 2024
1 parent 6150d4b commit 5778796
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 33
compileSdk 34
buildToolsVersion '33.0'
defaultConfig {
applicationId "net.videosc"
Expand All @@ -26,7 +26,7 @@ android {

dependencies {
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.recyclerview:recyclerview:1.3.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(path: ':netP5android')
implementation project(path: ':oscP5android')
Expand All @@ -46,7 +46,7 @@ dependencies {
implementation files('libs/Ketai.jar')
// implementation files('libs/oscP5.jar')
implementation 'jp.co.cyberagent.android:gpuimage:2.1.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.11.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
testImplementation 'org.robolectric:robolectric:4.5.1'
androidTestImplementation 'androidx.test:rules:1.5.0'
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.1.2'
classpath 'com.android.tools.build:gradle:8.2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Thu May 06 22:34:46 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions netP5android/build.gradle
Expand Up @@ -3,7 +3,7 @@ plugins {
}

android {
compileSdkVersion 33
compileSdk 34
buildToolsVersion "33.0"

defaultConfig {
Expand All @@ -30,7 +30,7 @@ android {
dependencies {
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.11.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand Down
4 changes: 2 additions & 2 deletions oscP5android/build.gradle
Expand Up @@ -3,7 +3,7 @@ plugins {
}

android {
compileSdkVersion 33
compileSdk 34
buildToolsVersion "33.0"

defaultConfig {
Expand All @@ -30,7 +30,7 @@ android {
dependencies {
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.11.0'
implementation project(path: ':netP5android')
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down

0 comments on commit 5778796

Please sign in to comment.