Skip to content

Commit

Permalink
prepare for Gradle 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Apr 14, 2023
1 parent adc3f91 commit 9bc9fab
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion PlayLicensingOrig/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.vending.licensing"
android:versionCode="2"
android:versionName="1.5">
</manifest>
1 change: 1 addition & 0 deletions PlayLicensingOrig/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.library'

android {
namespace "com.google.android.vending.licensing"
compileSdkVersion project.compileSdkVersion
defaultConfig {
minSdkVersion project.minSdkVersion
Expand Down
1 change: 0 additions & 1 deletion myExpenses/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ dependencies {
kapt "com.jakewharton:butterknife-compiler:$butterknifeVersion"
kapt "com.google.dagger:dagger-compiler:$daggerVersion"
implementation "com.google.dagger:dagger:$daggerVersion"
compileOnly 'javax.annotation:jsr250-api:1.0'
implementation 'frankiesardo:icepick:3.2.0'
kapt 'frankiesardo:icepick-processor:3.2.0'
implementation 'com.google.code.gson:gson:2.10.1'
Expand Down
1 change: 0 additions & 1 deletion ocr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ dependencies {
kapt "com.google.dagger:dagger-compiler:$daggerVersion"
implementation "com.google.dagger:dagger:$daggerVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines"
compileOnly 'javax.annotation:jsr250-api:1.0'

testImplementation "junit:junit:$junitVersion"
testImplementation "org.assertj:assertj-core:$assertjVersion"
Expand Down
1 change: 1 addition & 0 deletions setupwizard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ android {
minSdkVersion project.minSdkVersion
vectorDrawables.useSupportLibrary = true
}
namespace "com.android.setupwizardlib"
}
4 changes: 1 addition & 3 deletions setupwizard/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@
limitations under the License.
-->

<manifest package="com.android.setupwizardlib">

</manifest>
<manifest />
1 change: 0 additions & 1 deletion webui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies {
implementation "org.apache.commons:commons-text:$commonsText"
kapt "com.google.dagger:dagger-compiler:$daggerVersion"
implementation "com.google.dagger:dagger:$rootProject.daggerVersion"
compileOnly 'javax.annotation:jsr250-api:1.0'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxTextExtJunit"
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
Expand Down

0 comments on commit 9bc9fab

Please sign in to comment.