Skip to content

Commit

Permalink
Imports
Browse files Browse the repository at this point in the history
- Prep for resubmission to GP
  • Loading branch information
indianpoptart committed Apr 30, 2024
1 parent 873e52a commit 694b1c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions RadioControl/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ dependencies {
//AndroidX
implementation 'androidx.annotation:annotation:1.7.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.browser:browser:1.7.0'
implementation 'androidx.browser:browser:1.8.0'
implementation 'androidx.cardview:cardview:1.0.0'
//noinspection GradleDependency
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation group: 'androidx.core', name: 'core-ktx', version: '1.12.0'
implementation group: 'androidx.core', name: 'core-ktx', version: '1.13.0'

implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference-ktx:1.2.1'
Expand All @@ -81,20 +81,20 @@ dependencies {


//Debug
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.13'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'

//Google
implementation 'com.android.billingclient:billing-ktx:6.1.0'
implementation 'com.android.billingclient:billing-ktx:6.2.1'
implementation 'com.google.androidbrowserhelper:androidbrowserhelper:2.5.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.compose.material3:material3:1.2.0-rc01'
implementation 'androidx.compose.material3:material3:1.2.1'


// Third party - Helper
implementation "com.github.StephenVinouze:KinApp:1.0.3"
implementation "com.github.topjohnwu.libsu:core:5.2.2"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.22'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.23'
implementation 'me.zhanghai.android.customtabshelper:library:1.0.6'

// Third party - UI/UX
Expand Down
4 changes: 2 additions & 2 deletions RadioControl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.4.0-alpha07'
classpath 'com.android.tools.build:gradle:8.4.0-rc02'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.google.gms:google-services:4.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20"
}
}
Expand Down
2 changes: 1 addition & 1 deletion RadioControl/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jan 28 20:57:15 EST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-rc-3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 694b1c7

Please sign in to comment.