Skip to content

Commit

Permalink
build with the latest version of Android Studio and Gradle 8
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Apr 24, 2023
1 parent eda2e27 commit d1e8b06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 92 deletions.
90 changes: 0 additions & 90 deletions android-websockets.iml

This file was deleted.

5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ repositories {
}

android {
compileSdkVersion 29
namespace "com.codebutler.android_websockets"
compileSdkVersion 31

defaultConfig {
minSdkVersion 14
targetSdkVersion 29
targetSdkVersion 31
}
sourceSets {
main.java.srcDirs = ['src/main/java']
Expand Down

0 comments on commit d1e8b06

Please sign in to comment.