File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
amazon-cognito-identity-js/android
rtn-push-notification/android Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import com.android.Version
22
33def agpVersion = Version . ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
4- def androidManifestPath = agpVersion >= 7 ? ' src/main/AndroidManifest.xml' : ' src/hasNamespace /AndroidManifest.xml'
4+ def androidManifestPath = agpVersion >= 7 ? ' src/main/AndroidManifest.xml' : ' src/hasPackageName /AndroidManifest.xml'
55
66buildscript {
77 repositories {
File renamed without changes.
Original file line number Diff line number Diff line change 11import com.android.Version
22
33def agpVersion = Version . ANDROID_GRADLE_PLUGIN_VERSION . tokenize(' .' )[0 ]. toInteger()
4- def androidManifestPath = agpVersion >= 7 ? ' src/main/AndroidManifest.xml' : ' src/hasNamespace /AndroidManifest.xml'
4+ def androidManifestPath = agpVersion >= 7 ? ' src/main/AndroidManifest.xml' : ' src/hasPackageName /AndroidManifest.xml'
55
66buildscript {
77 def kotlin_version = rootProject. ext. has(' kotlinVersion' )
@@ -32,7 +32,7 @@ def getExtOrDefault(prop) {
3232
3333android {
3434 if (agpVersion >= 7 ) {
35- namespace ' com.amazonaws.amplify.rtnpushnotification '
35+ namespace ' com.amazonaws.amplify'
3636 }
3737
3838 compileSdkVersion getExtOrDefault(' compileSdkVersion' )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments