Update to components 0.16.1.

Sebastian Kaspari 6 years ago
parent 61afa8fe72
commit 49b58d31cc

@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package mozilla.fenix
class CustomTabActivity : BrowserActivity()
class CustomTabActivity : BrowserActivity()

@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package mozilla.fenix
import android.app.Activity
@ -24,5 +28,4 @@ class IntentReceiverActivity : Activity() {
startActivity(intent)
finish()
}
}
}

@ -12,7 +12,7 @@ buildscript {
// Testing
junit: '4.12',
// Mozilla
mozillaComponents: '0.16'
mozillaComponents: '0.16.1'
]
// Synchronized versions numbers of GeckoView (Nightly) artifacts.

Loading…
Cancel
Save